Created
May 15, 2017 06:15
-
-
Save nsisodiya/098be8190ef448ac5fee560d90b5f2e8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "expo": { | |
| "sdkVersion": "16.0.0" | |
| } | |
| } |
This file contains hidden or 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": "billexo-merchant-app", | |
| "version": "0.1.0", | |
| "private": true, | |
| "devDependencies": { | |
| "jest-expo": "^0.4.0", | |
| "react-native-scripts": "0.0.29", | |
| "react-test-renderer": "16.0.0-alpha.6" | |
| }, | |
| "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", | |
| "scripts": { | |
| "bstart": "REACT_NATIVE_PACKAGER_HOSTNAME=$(ifconfig wlan0 | grep inet | grep -v inet6 | awk '{print $2}' | cut -d':' -f2) react-native-scripts start", | |
| "start": "react-native-scripts start", | |
| "eject": "react-native-scripts eject", | |
| "android": "react-native-scripts android", | |
| "ios": "react-native-scripts ios", | |
| "test": "node node_modules/jest/bin/jest.js --watch" | |
| }, | |
| "jest": { | |
| "preset": "jest-expo" | |
| }, | |
| "dependencies": { | |
| "expo": "^16.0.0", | |
| "loopobject": "^1.1.0", | |
| "react": "16.0.0-alpha.6", | |
| "react-apollo": "^1.1.2", | |
| "react-native": "^0.43.4" | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have created an empty project and I am getting the error on the empty project too.