Skip to content

Commit

Permalink
Update EmbeddedAppAndroid.md
Browse files Browse the repository at this point in the history
Summary: Closes facebook#6621

Differential Revision: D3092794

fb-gh-sync-id: f5e75377f00d8215e0e026dfe1f682c832f1e7e6
shipit-source-id: f5e75377f00d8215e0e026dfe1f682c832f1e7e6
  • Loading branch information
sunnylqm authored and Facebook Github Bot 0 committed Mar 24, 2016
1 parent 945306e commit 32aafaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/EmbeddedAppAndroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 32aafaa

Please sign in to comment.