From b2d3fe943d8bc90f13542eeef9a9290c8b432ae1 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Mon, 4 May 2020 10:55:56 +0200 Subject: [PATCH] doc: add mention to iOS 11.0 or later support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5699042..44e76ff 100644 --- a/README.md +++ b/README.md @@ -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.