Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Created December 13, 2015 15:15
Show Gist options
  • Save Sigmus/df976e61140c0abbc5ba to your computer and use it in GitHub Desktop.
Save Sigmus/df976e61140c0abbc5ba to your computer and use it in GitHub Desktop.
React Native "build:ios" example
{
"name": "xpto",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"build:ios": "react-native bundle --dev=true --platfornm=ios --entry-file=index.ios.js --bundle-output=main.jsbundle"
},
"dependencies": {
"react-native": "0.16.0"
},
"devDependencies": {
"react-native-cli": "0.1.7"
}
}
@Sigmus
Copy link
Author

Sigmus commented Dec 13, 2015

Notice devDependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment