diff --git a/plugins/react-native/README.md b/plugins/react-native/README.md index b78bae17d..c6fe396b8 100644 --- a/plugins/react-native/README.md +++ b/plugins/react-native/README.md @@ -15,9 +15,12 @@ plugins=(... react-native) |:------------|:-----------------------------------------------| | **rn** | `react-native` | | **rns** | `react-native start` | +| **rnlink** | `react-native link` | | _App testing_ | | **rnand** | `react-native run-android` | | **rnios** | `react-native run-ios` | | **rnios4s** | `react-native run-ios --simulator "iPhone 4s"` | | **rnios5** | `react-native run-ios --simulator "iPhone 5"` | | **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` | +| **rnios6** | `react-native run-ios --simulator "iPhone 6"` | +| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |