Files
reactNativeScreenAndroidTou…/package.json
2019-05-12 10:12:11 +08:00

30 lines
766 B
JSON

{
"name": "touchThroughViewIssue",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-gesture-handler": "^1.2.1",
"react-native-screens": "^1.0.0-alpha.22",
"react-native-touch-through-view": "^1.1.1",
"react-navigation": "^3.9.1",
"react-navigation-fluid-transitions": "^0.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/runtime": "^7.4.4",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}