Skip to content

Commit

Permalink
Update Getting Started instructions on Android and iOS (#390)
Browse files Browse the repository at this point in the history
* Update Getting Started instructions on Android and iOS

* Bump version to 1.30.9
  • Loading branch information
radazzouz authored Mar 3, 2021
1 parent 265ded9 commit 8948565
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To make sure this is fast, please use a work email and have someone from your co
#### Requirements

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

Expand Down Expand Up @@ -76,10 +76,10 @@ target 'YourApp' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!
post_install do |installer|
flipper_post_install(installer)
end
- use_flipper!
- post_install do |installer|
- flipper_post_install(installer)
- end
end
```

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

- Android SDK
- Android NDK
- Android Build Tools 23.0.1 (React Native)
- Android Build Tools 28.0.3 (PSPDFKit module)
- Android Gradle plugin >= 3.4.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pspdfkit",
"version": "1.30.8",
"version": "1.30.9",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Catalog",
"version": "1.30.8",
"version": "1.30.9",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down
2 changes: 1 addition & 1 deletion samples/NativeCatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NativeCatalog",
"version": "1.30.8",
"version": "1.30.9",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 8948565

Please sign in to comment.