forked from vergnet/application-amicale
Ignored warning thrown by collapsible headers lib
This commit is contained in:
parent
460d84c5f4
commit
7ef93da811
1 changed files with 1 additions and 0 deletions
1
App.js
1
App.js
|
@ -25,6 +25,7 @@ import {OverflowMenuProvider} from "react-navigation-header-buttons";
|
|||
|
||||
LogBox.ignoreLogs([ // collapsible headers cause this warning, just ignore as it is not an issue
|
||||
'Non-serializable values were found in the navigation state',
|
||||
'Cannot update a component from inside the function body of a different component',
|
||||
]);
|
||||
|
||||
type Props = {};
|
||||
|
|
Loading…
Reference in a new issue