You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ The [PSPDFKit SDK](https://pspdfkit.com/) is a framework that allows you to view
29
29
30
30
#### Requirements
31
31
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
36
36
37
37
#### Getting Started
38
38
@@ -261,6 +261,14 @@ Example - Native UI Component:
261
261
- Run the app with `react-native-cli`: `react-native run-ios`
262
262
- 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.
263
263
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
+
264
272
#### Configuration Mapping
265
273
266
274
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