forked from vergnet/application-amicale
chore: ignore lib warning
This commit is contained in:
parent
764296708c
commit
53ec2bb578
1 changed files with 1 additions and 2 deletions
3
App.tsx
3
App.tsx
|
@ -60,9 +60,8 @@ initLocales();
|
||||||
setupNotifications();
|
setupNotifications();
|
||||||
|
|
||||||
LogBox.ignoreLogs([
|
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',
|
'Cannot update a component from inside the function body of a different component',
|
||||||
|
'`new NativeEventEmitter()` was called with a non-null argument',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
type StateType = {
|
type StateType = {
|
||||||
|
|
Loading…
Reference in a new issue