Skip to content

Commit

Permalink
doc: add mention to iOS 11.0 or later support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed May 4, 2020
1 parent e1dffb3 commit b2d3fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ For iOS, run `pod install` for linking the native code parts:

Universal binaries are included in the plugin, so you can run in both iOS simulators and devices.

`nodejs-mobile-react-native` supports iOS 11.0 or later. In order to archive the application, the deployment target needs to be `iOS 11.0` or later.

### Android

You may need to open your app's `/android` folder in `Android Studio`, so that it detects, downloads and cofigures requirements that might be missing, like the `NDK` and `CMake` to build the native code part of the project.
Expand Down

0 comments on commit b2d3fe9

Please sign in to comment.