feat(native-stack): add support for large title attributes (#135)

Co-Authored-By: Satyajit Sahoo <satyajit.happy@gmail.com>
This commit is contained in:
David
2019-10-22 00:25:50 +11:00
committed by Satyajit Sahoo
parent 0d8cdc8a27
commit 6cf1a041b2
4 changed files with 25 additions and 2 deletions

View File

@@ -34,14 +34,14 @@
"devDependencies": {
"@react-native-community/bob": "^0.7.0",
"del-cli": "^2.0.0",
"react-native-screens": "^2.0.0-alpha.3",
"react-native-screens": "^2.0.0-alpha.5",
"typescript": "^3.5.3"
},
"peerDependencies": {
"@react-navigation/core": "^5.0.0-alpha.0",
"react": "*",
"react-native": "*",
"react-native-screens": "^2.0.0-alpha.3"
"react-native-screens": "^2.0.0-alpha.5"
},
"@react-native-community/bob": {
"source": "src",