mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
36 lines
964 B
JSON
36 lines
964 B
JSON
{
|
|
"name": "tabviewexample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native-scripts start",
|
|
"android": "react-native-scripts android",
|
|
"ios": "react-native-scripts ios"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^6.2.0",
|
|
"expo": "^27.0.2",
|
|
"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": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"babel-preset-expo": "^4.0.0",
|
|
"glob-to-regexp": "^0.3.0",
|
|
"react-native-scripts": "1.8.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|