Skip to content

Commit 160939c

Browse files
committed
feat: logbox
1 parent e3a77a9 commit 160939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { name as appName } from './app.json'
88
import 'react-native-gesture-handler'
99

1010
// Ignore log notification by message:
11-
LogBox.ignoreLogs(['required dispatch_sync'])
11+
LogBox.ignoreLogs(['required dispatch_sync', 'flexWrap'])
1212

1313
// Ignore all log notifications:
1414
// LogBox.ignoreAllLogs();

0 commit comments

Comments
 (0)