Skip to content

Commit 8948565

Browse files
authored
Update Getting Started instructions on Android and iOS (#390)
* Update Getting Started instructions on Android and iOS * Bump version to 1.30.9
1 parent 265ded9 commit 8948565

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To make sure this is fast, please use a work email and have someone from your co
3838
#### Requirements
3939

4040
- The latest [Xcode](https://developer.apple.com/xcode/).
41-
- PSPDFKit 10.2.0 for iOS or later
41+
- PSPDFKit 10.2.1 for iOS or later
4242
- react-native >= 0.63.4
4343
- CocoaPods >= 1.10.1
4444

@@ -76,10 +76,10 @@ target 'YourApp' do
7676
#
7777
# Note that if you have use_frameworks! enabled, Flipper will not work and
7878
# you should disable these next few lines.
79-
use_flipper!
80-
post_install do |installer|
81-
flipper_post_install(installer)
82-
end
79+
- use_flipper!
80+
- post_install do |installer|
81+
- flipper_post_install(installer)
82+
- end
8383
end
8484
```
8585

@@ -368,6 +368,7 @@ For a runnable example, please take a look at the [AnnotationProcessing example
368368
#### Requirements
369369

370370
- Android SDK
371+
- Android NDK
371372
- Android Build Tools 23.0.1 (React Native)
372373
- Android Build Tools 28.0.3 (PSPDFKit module)
373374
- Android Gradle plugin >= 3.4.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.30.8",
3+
"version": "1.30.9",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Catalog",
3-
"version": "1.30.8",
3+
"version": "1.30.9",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

samples/NativeCatalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NativeCatalog",
3-
"version": "1.30.8",
3+
"version": "1.30.9",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)