Created
December 13, 2015 15:15
-
-
Save Sigmus/df976e61140c0abbc5ba to your computer and use it in GitHub Desktop.
React Native "build:ios" example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Notice
devDependencies