feat: initial version of native stack (#102)

This commit is contained in:
Michał Osadnik
2019-10-10 23:39:04 +02:00
committed by Satyajit Sahoo
parent 42beb660ca
commit ba3f718ab3
36 changed files with 771 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
# `@react-navigation/stack`
Bottom tab navigator for React Navigation following iOS design guidelines.
Stack navigator for React Navigation.
## Installation

View File

@@ -41,12 +41,12 @@
"@types/react": "^16.9.4",
"@types/react-native": "^0.60.17",
"del-cli": "^3.0.0",
"react": "16.8.3",
"react-native": "0.59.10",
"react": "~16.8.3",
"react-native": "~0.59.10",
"react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.3.0",
"react-native-safe-area-context": "^0.3.6",
"react-native-screens": "^1.0.0-alpha.22",
"react-native-screens": "^2.0.0-alpha.3",
"typescript": "^3.6.3"
},
"peerDependencies": {
@@ -57,7 +57,7 @@
"react-native-gesture-handler": "^1.0.0",
"react-native-reanimated": "^1.0.0",
"react-native-safe-area-context": "^0.3.6",
"react-native-screens": "^1.0.0-alpha.0"
"react-native-screens": "^1.0.0-alpha.0 || ^2.0.0-alpha.3"
},
"@react-native-community/bob": {
"source": "src",