fix: don't enable screens for modal stacks

This commit is contained in:
satyajit.happy
2019-07-08 02:56:58 +02:00
parent a916729e7d
commit e8b7937f9e
4 changed files with 39 additions and 14 deletions

View File

@@ -25,6 +25,7 @@
"babel-plugin-module-resolver": "^3.2.0"
},
"resolutions": {
"react-native-safe-area-view": "0.14.6"
"react-native-safe-area-view": "0.14.6",
"react-native-screens": "1.0.0-alpha.23"
}
}