Browse Source

chore: ignore lib warning

Arnaud Vergnet 2 years ago
parent
commit
53ec2bb578
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      App.tsx

+ 1
- 2
App.tsx View File

@@ -60,9 +60,8 @@ initLocales();
60 60
 setupNotifications();
61 61
 
62 62
 LogBox.ignoreLogs([
63
-  // collapsible headers cause this warning, just ignore as it is not an issue
64
-  'Non-serializable values were found in the navigation state',
65 63
   'Cannot update a component from inside the function body of a different component',
64
+  '`new NativeEventEmitter()` was called with a non-null argument',
66 65
 ]);
67 66
 
68 67
 type StateType = {

Loading…
Cancel
Save