diff --git a/docs/EmbeddedAppAndroid.md b/docs/EmbeddedAppAndroid.md index 13d573d1f..c459dfff4 100644 --- a/docs/EmbeddedAppAndroid.md +++ b/docs/EmbeddedAppAndroid.md @@ -121,7 +121,7 @@ In your project's root folder, run: This creates a node module for your app and adds the `react-native` npm dependency. Now open the newly created `package.json` file and add this under `scripts`: - "start": "node_modules/react-native/packager/packager.sh" + "start": "node node_modules/react-native/local-cli/cli.js start" Copy & paste the following code to `index.android.js` in your root folder — it's a barebones React Native app: