diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index 0337f9419..a33c80fa1 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -83,12 +83,16 @@ The keys to integrating React Native components into your Android application ar The [Android Getting Started guide](/react-native/docs/getting-started.html) 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 `android` project is under `$root/android`. + ### General First, follow the [Getting Started guide](/react-native/docs/getting-started.html) for your development environment and the iOS target platform to install the prerequisites for React Native. +> To ensure a smooth experience, make sure your `iOS` project is under `$root/ios`. + ### CocoaPods [CocoaPods](http://cocoapods.org) 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.