feat: rn-navigation
Showing
... | ... | @@ -13,12 +13,19 @@ |
"@ant-design/react-native": "^4.0.7", | ||
"@react-native-community/async-storage": "^1.12.1", | ||
"@react-native-community/cameraroll": "^4.0.1", | ||
"@react-native-community/masked-view": "^0.1.10", | ||
"@react-native-community/segmented-control": "^2.2.2", | ||
"@react-native-community/slider": "^3.0.3", | ||
"@react-native-community/viewpager": "^4.2.2", | ||
"@react-native-picker/picker": "^1.9.10", | ||
"@react-navigation/native": "^5.9.2", | ||
"@react-navigation/stack": "^5.14.1", | ||
"react": "16.13.1", | ||
"react-native": "0.63.4" | ||
"react-native": "0.63.4", | ||
"react-native-gesture-handler": "^1.9.0", | ||
"react-native-reanimated": "^1.13.2", | ||
"react-native-safe-area-context": "^3.1.9", | ||
"react-native-screens": "^2.15.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.4", | ||
... | ... |
Please register or sign in to comment