Files
react-navigation/packages/tabs/example/package.json
2018-10-15 12:10:05 -07:00

37 lines
980 B
JSON

{
"name": "tabviewexample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo android",
"ios": "expo ios"
},
"dependencies": {
"@expo/vector-icons": "^6.2.0",
"@react-navigation/core": "^3.0.0-alpha.4",
"@react-navigation/native": "^3.0.0-alpha.5",
"expo": "30",
"hoist-non-react-statics": "^2.5.0",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-lifecycles-compat": "^3.0.4",
"react-native": "~0.55.4",
"react-native-safe-area-view": "^0.7.0",
"react-native-tab-view": "^1.0.0",
"react-navigation": "^3.0.0-alpha.4"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.0.0",
"babel-preset-expo": "^4.0.0",
"glob-to-regexp": "^0.3.0"
},
"main": "App.js",
"resolutions": {
"**/hoist-non-react-statics": "2.5.0",
"**/prop-types": "15.6.1",
"**/react-lifecycles-compat": "3.0.4",
"**/react-native-tab-view": "1.0.0"
}
}