Skip to content

Commit 1e80ac0

Browse files
author
Rad Azzouz
committed
Update the main README
1 parent e2e5812 commit 1e80ac0

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ The [PSPDFKit SDK](https://pspdfkit.com/) is a framework that allows you to view
2929

3030
#### Requirements
3131

32-
- Xcode 11
33-
- PSPDFKit 9.0.0 for iOS or later
34-
- react-native >= 0.60.5
35-
- CocoaPods >= 1.7.5
32+
- Xcode 11.3.1
33+
- PSPDFKit 9.2.0 for iOS or later
34+
- react-native >= 0.61.5
35+
- CocoaPods >= 1.8.4
3636

3737
#### Getting Started
3838

@@ -261,6 +261,14 @@ Example - Native UI Component:
261261
- Run the app with `react-native-cli`: `react-native run-ios`
262262
- If you get an error about `config.h` not being found check out [this blog post](https://tuntunir.blogspot.com/2018/02/react-native-fatal-error-configh-file.html) for information on how to fix it.
263263

264+
#### Running on Mac Catalyst
265+
266+
Using PSPDFKit React Native Wrapper on Mac Catalyst is not fully supported yet. We plan on adding full support for Mac Catalyst as soon as React Native and CocoaPods will full support Mac Catalyst.
267+
268+
For more details, see [why we don't fully support Mac Catalyst yet here](ios/Experimental_Mac_Catalyst_Support.md#why-is-mac-catalyst-not-fully-supported-yet).
269+
270+
If you wish to try the experimental Support for Mac Catalyst, please follow [the instructions here.](ios/Experimental_Mac_Catalyst_Support.md)
271+
264272
#### Configuration Mapping
265273

266274
The PSPDFKit React Native iOS Wrapper maps most configuration options available in `PSPDFConfiguration` from JSON. Please refer to [`RCTConvert+PSPDFConfiguration.m`](./ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m#L267) for the complete list and for the exact naming of enum values.

0 commit comments

Comments
 (0)