diff --git a/releases/next/docs/integration-with-existing-apps.html b/releases/next/docs/integration-with-existing-apps.html index 2aad04147c2..a6d068f4c27 100644 --- a/releases/next/docs/integration-with-existing-apps.html +++ b/releases/next/docs/integration-with-existing-apps.html @@ -34,7 +34,7 @@ block { display: none; }
The keys to integrating React Native components into your iOS application are to:
Podfile with subspecs for all the React Native components you will need for your integration.RCTRootView that points to your React Native component and its AppRegistry name that you defined in index.ios.js.react-native-xcode.sh script).The keys to integrating React Native components into your iOS application are to:
react-native in your Android application root directory to create node_modules/ directory.com.facebook.react:react-native:+ and a maven pointing to the react-native binaries in node_nodules/ to your build.gradle file.Activity that creates a ReactRootView.The keys to integrating React Native components into your Android application are to:
react-native in your Android application root directory to create node_modules/ directory.com.facebook.react:react-native:+ and a maven pointing to the react-native binaries in node_nodules/ to your build.gradle file.Activity that creates a ReactRootView.