From 53ec2bb578b3e0b7e2f14b482bdeb1db847d19d0 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sun, 12 Sep 2021 18:38:09 +0200 Subject: [PATCH] chore: ignore lib warning --- App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/App.tsx b/App.tsx index abd259e..fff6eee 100644 --- a/App.tsx +++ b/App.tsx @@ -60,9 +60,8 @@ initLocales(); setupNotifications(); 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', + '`new NativeEventEmitter()` was called with a non-null argument', ]); type StateType = {