From d896b386775319ed6fe87153ddbc76e6c0d7be95 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Tue, 1 Aug 2023 16:30:18 -0400 Subject: [PATCH] refactor: Remove outdated LogBox configuration for LayoutAnimation This warning appears to no longer occur, presumably thanks to: https://github.com/WordPress/gutenberg/pull/52563 --- packages/react-native-editor/src/setup.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/react-native-editor/src/setup.js b/packages/react-native-editor/src/setup.js index 4e551c4530e303..19fdb1e1f80e16 100644 --- a/packages/react-native-editor/src/setup.js +++ b/packages/react-native-editor/src/setup.js @@ -22,14 +22,6 @@ import setupApiFetch from './api-fetch-setup'; const reactNativeSetup = () => { LogBox.ignoreLogs( [ 'Require cycle:', // TODO: Refactor to remove require cycles - /** - * TODO: Migrate to @gorhom/bottom-sheet or replace usage of - * LayoutAnimation to Animated. KeyboardAvoidingView's usage of - * LayoutAnimation collides with both BottomSheet and NavigationContainer - * usage of LayoutAnimation simultaneously https://github.com/facebook/react-native/issues/12663, - * https://github.com/facebook/react-native/issues/10606 - */ - 'Overriding previous layout animation', ] ); // "@react-navigation" package uses the old API of gesture handler,