Files
react-navigation/packages/tabs/example/package.json
2019-09-12 16:39:34 +02:00

37 lines
1.0 KiB
JSON

{
"name": "tabviewexample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo android",
"ios": "expo ios"
},
"main": "App.js",
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"expo": "^33.0.7",
"expo-asset": "^6.0.0",
"expo-constants": "~5.0.1",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-safe-area-view": "0.13.1",
"react-native-screens": "1.0.0-alpha.22",
"react-native-tab-view": "^2.10.0",
"react-navigation": "^4.0.4",
"react-navigation-stack": "^1.7.2"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.2.0",
"babel-preset-expo": "^5.0.0",
"glob-to-regexp": "^0.4.0"
},
"resolutions": {
"**/react-native-screens": "1.0.0-alpha.22",
"**/react-native-safe-area-view": "0.13.1",
"**/hoist-non-react-statics": "2.5.0",
"**/react-native-tab-view": "2.10.0",
"**/prop-types": "15.6.1"
}
}