refactor: use react-native-screens for web as well

This commit is contained in:
Satyajit Sahoo
2021-05-09 06:24:04 +02:00
parent 8da4c58065
commit 4294318210
4 changed files with 8 additions and 37 deletions

View File

@@ -61,7 +61,7 @@ if (Platform.OS !== 'web') {
LogBox.ignoreLogs(['Require cycle:']);
}
enableScreens();
enableScreens(false);
declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace