fix: make sure disabling react-native-screens works

This commit is contained in:
Satyajit Sahoo
2021-05-09 06:38:45 +02:00
parent 4294318210
commit a369ba3645
6 changed files with 69 additions and 33 deletions

View File

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