mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
- @react-navigation/example@5.1.0 - @react-navigation/bottom-tabs@5.4.7 - @react-navigation/compat@5.1.23 - @react-navigation/core@5.8.1 - @react-navigation/drawer@5.7.7 - @react-navigation/material-bottom-tabs@5.2.7 - @react-navigation/material-top-tabs@5.2.7 - @react-navigation/native@5.4.2 - @react-navigation/routers@5.4.6 - @react-navigation/stack@5.3.9
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@react-navigation/example",
|
|
"description": "Demo app to showcase various functionality of React Navigation",
|
|
"version": "5.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"web": "expo start:web",
|
|
"native": "react-native start",
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^10.2.0",
|
|
"@react-native-community/masked-view": "^0.1.10",
|
|
"color": "^3.1.2",
|
|
"expo": "^37.0.8",
|
|
"expo-asset": "~8.1.3",
|
|
"expo-blur": "~8.1.0",
|
|
"react": "~16.9.0",
|
|
"react-dom": "~16.9.0",
|
|
"react-native": "~0.61.5",
|
|
"react-native-gesture-handler": "^1.6.0",
|
|
"react-native-paper": "^3.10.1",
|
|
"react-native-reanimated": "^1.8.0",
|
|
"react-native-restart": "^0.0.15",
|
|
"react-native-safe-area-context": "^0.7.3",
|
|
"react-native-screens": "^2.7.0",
|
|
"react-native-tab-view": "2.14.0",
|
|
"react-native-unimodules": "~0.9.1",
|
|
"react-native-web": "^0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@expo/webpack-config": "^0.11.19",
|
|
"@types/jest-dev-server": "^4.2.0",
|
|
"@types/react": "^16.9.34",
|
|
"@types/react-native": "^0.62.7",
|
|
"babel-preset-expo": "^8.1.0",
|
|
"expo-cli": "^3.20.1",
|
|
"jest": "^26.0.1",
|
|
"jest-dev-server": "^4.4.0",
|
|
"playwright": "^0.14.0",
|
|
"serve": "^11.3.0",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|