After ejecting
This commit is contained in:
@@ -3,23 +3,20 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"react-native-scripts": "1.11.1",
|
||||
"jest-expo": "25.0.0",
|
||||
"babel-preset-react-native-stage-0": "^1.0.1",
|
||||
"jest-react-native": "^18.0.0",
|
||||
"react-test-renderer": "16.2.0"
|
||||
},
|
||||
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
||||
"scripts": {
|
||||
"start": "react-native-scripts start",
|
||||
"eject": "react-native-scripts eject",
|
||||
"android": "react-native-scripts android",
|
||||
"ios": "react-native-scripts ios",
|
||||
"start": "react-native start",
|
||||
"android": "react-native run-android",
|
||||
"ios": "react-native run-ios",
|
||||
"test": "node node_modules/jest/bin/jest.js"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "jest-expo"
|
||||
"preset": "react-native"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "^25.0.0",
|
||||
"react": "16.2.0",
|
||||
"react-native": "0.52.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user