Browse Source

Ignored warning thrown by collapsible headers lib

Arnaud Vergnet 3 years ago
parent
commit
7ef93da811
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      App.js

+ 1
- 0
App.js View File

25
 
25
 
26
 LogBox.ignoreLogs([ // collapsible headers cause this warning, just ignore as it is not an issue
26
 LogBox.ignoreLogs([ // collapsible headers cause this warning, just ignore as it is not an issue
27
     'Non-serializable values were found in the navigation state',
27
     'Non-serializable values were found in the navigation state',
28
+    'Cannot update a component from inside the function body of a different component',
28
 ]);
29
 ]);
29
 
30
 
30
 type Props = {};
31
 type Props = {};

Loading…
Cancel
Save