|
|
@@ -5,8 +5,12 @@ import 'react-native-reanimated';
|
|
|
|
|
|
import { AuthProvider } from '@/contexts/AuthContext';
|
|
|
import { useColorScheme } from '@/hooks/use-color-scheme';
|
|
|
+import { LogBox } from 'react-native';
|
|
|
import { PaperProvider } from 'react-native-paper';
|
|
|
|
|
|
+// Disable all yellow box warnings
|
|
|
+LogBox.ignoreAllLogs(true);
|
|
|
+
|
|
|
export const unstable_settings = {
|
|
|
anchor: '(tabs)',
|
|
|
};
|