We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a77a9 commit 160939cCopy full SHA for 160939c
index.js
@@ -8,7 +8,7 @@ import { name as appName } from './app.json'
8
import 'react-native-gesture-handler'
9
10
// Ignore log notification by message:
11
-LogBox.ignoreLogs(['required dispatch_sync'])
+LogBox.ignoreLogs(['required dispatch_sync', 'flexWrap'])
12
13
// Ignore all log notifications:
14
// LogBox.ignoreAllLogs();
0 commit comments