From 7ef93da81103da1f10a1ede05a30994d413e965d Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Tue, 14 Jul 2020 18:57:33 +0200 Subject: [PATCH] Ignored warning thrown by collapsible headers lib --- App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/App.js b/App.js index ad4b18d..655fc6f 100644 --- a/App.js +++ b/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 = {};