Skip to content

Commit

Permalink
ignoring some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Oct 20, 2022
1 parent 6729fa1 commit 87748a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions App.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {LogBox} from 'react-native';
import {Root, Screen, BottomTabs} from 'rnn-screens';

import {screens} from './src/screens';
Expand All @@ -6,6 +7,8 @@ import {hydrateStores} from './src/stores';
import {configureDesignSystem} from './src/utils/designSystem';
import SplashScreen from 'react-native-splash-screen';

LogBox.ignoreLogs(['Require', 'RCTBridge']);

export const beforeStart = async (): PVoid => {
// 1. hydrate stores
await hydrateStores();
Expand Down

0 comments on commit 87748a0

Please sign in to comment.