Skip to content

Commit b2d3fe9

Browse files
doc: add mention to iOS 11.0 or later support
1 parent e1dffb3 commit b2d3fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ For iOS, run `pod install` for linking the native code parts:
1717

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

20+
`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.
21+
2022
### Android
2123

2224
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.

0 commit comments

Comments
 (0)