ios specific
Showing
ios @ 6cab4d44
... | @@ -7,7 +7,8 @@ | ... | @@ -7,7 +7,8 @@ |
"ios": "react-native run-ios", | "ios": "react-native run-ios", | ||
"start": "react-native start", | "start": "react-native start", | ||
"test": "jest", | "test": "jest", | ||
"lint": "eslint ." | "lint": "eslint .", | ||
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/main.jsbundle --assets-dest ./ios/bundle" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"bufferutil": "^4.0.1", | "bufferutil": "^4.0.1", | ||
... | ... |
Please
register
or
sign in
to comment