mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
- @react-navigation/bottom-tabs@5.0.0-alpha.4 - @react-navigation/core@5.0.0-alpha.3 - @react-navigation/drawer@5.0.0-alpha.4 - @react-navigation/example@5.0.0-alpha.2 - @react-navigation/material-bottom-tabs@5.0.0-alpha.4 - @react-navigation/material-top-tabs@5.0.0-alpha.4 - @react-navigation/native@5.0.0-alpha.3 - @react-navigation/routers@5.0.0-alpha.4 - @react-navigation/stack@5.0.0-alpha.5
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@react-navigation/example",
|
|
"description": "Demo app to showcase various functionality of React Navigation",
|
|
"version": "5.0.0-alpha.2",
|
|
"private": true,
|
|
"workspaces": {
|
|
"nohoist": [
|
|
"*",
|
|
"*/**"
|
|
]
|
|
},
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "10.0.3",
|
|
"@react-native-community/masked-view": "^0.1.1",
|
|
"expo": "^34.0.1",
|
|
"expo-asset": "~6.0.0",
|
|
"react": "16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
|
|
"react-native-gesture-handler": "~1.3.0",
|
|
"react-native-paper": "^3.0.0-alpha.3",
|
|
"react-native-reanimated": "~1.1.0",
|
|
"react-native-screens": "1.0.0-alpha.22",
|
|
"react-native-tab-view": "2.7.1",
|
|
"react-native-web": "^0.11.4",
|
|
"scheduler": "^0.14.0",
|
|
"shortid": "^2.2.14",
|
|
"use-subscription": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@expo/webpack-config": "^0.7.0",
|
|
"@types/react": "^16.8.23",
|
|
"@types/react-native": "^0.57.65",
|
|
"babel-preset-expo": "^6.0.0",
|
|
"expo-cli": "^3.0.6",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|