chore: fix crash in example app on Android

This commit is contained in:
Satyajit Sahoo
2021-05-21 12:09:02 +02:00
parent 9f97846c67
commit 82219524da
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
.idea
.expo
.gradle
.classpath
.project
.settings
.history

View File

@@ -10,7 +10,6 @@ import {
LogBox,
} from 'react-native';
import { SafeAreaView } from 'react-native-safe-area-context';
import { enableScreens } from 'react-native-screens';
import MaterialIcons from 'react-native-vector-icons/MaterialIcons';
import {
Provider as PaperProvider,
@@ -65,8 +64,6 @@ if (Platform.OS !== 'web') {
LogBox.ignoreLogs(['Require cycle:']);
}
enableScreens();
declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
namespace ReactNavigation {