Skip to content

Instantly share code, notes, and snippets.

@akbarsha03
Created April 5, 2018 10:58
Show Gist options
  • Save akbarsha03/a29a1f6443d5c03a670e8ec89db372fe to your computer and use it in GitHub Desktop.
Save akbarsha03/a29a1f6443d5c03a670e8ec89db372fe to your computer and use it in GitHub Desktop.
{
"name": "sampleReactApp",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "26.0.0",
"react-native-scripts": "1.13.1",
"react-test-renderer": "16.3.0-alpha.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^26.0.0",
"react": "16.3.1",
"react-native": "^0.54.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment