diff --git a/releases/next/docs/integration-with-existing-apps.html b/releases/next/docs/integration-with-existing-apps.html index 4a82e39963b..fb55b3b20bd 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 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.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_modules/ to your build.gradle file.Activity that creates a ReactRootView.