diff --git a/releases/next/docs/integration-with-existing-apps.html b/releases/next/docs/integration-with-existing-apps.html index 95e6087353e..4a82e39963b 100644 --- a/releases/next/docs/integration-with-existing-apps.html +++ b/releases/next/docs/integration-with-existing-apps.html @@ -38,9 +38,9 @@ block { display: none; }
The Android Getting Started guide will install the appropriate prerequisites (e.g., npm) for React Native on the Android target platform and your chosen development environment.
The Android Getting Started guide will install the appropriate prerequisites (e.g., npm) for React Native on the Android target platform and your chosen development environment.
To ensure a smooth experience, make sure your
androidproject is under$root/android.
First, follow the Getting Started guide for your development environment and the iOS target platform to install the prerequisites for React Native.
CocoaPods is a package management tool for iOS and Mac development. We use it to add the actual React Native framework code locally into your current project.
It is technically possible not to use CocoaPods, but this requires manual library and linker additions that overly complicates this process.
First, follow the Getting Started guide for your development environment and the iOS target platform to install the prerequisites for React Native.
To ensure a smooth experience, make sure your
iOSproject is under$root/ios.
CocoaPods is a package management tool for iOS and Mac development. We use it to add the actual React Native framework code locally into your current project.
It is technically possible not to use CocoaPods, but this requires manual library and linker additions that overly complicates this process.
Assume the app for integration is a <a href="https://en.wikipedia.org/wiki/2048_(video_game)">2048</a> game. Here is what the main menu of the native application looks like without React Native.