Skip to content

Commit

Permalink
refactor: Remove outdated LogBox configuration for LayoutAnimation
Browse files Browse the repository at this point in the history
This warning appears to no longer occur, presumably thanks to:

#52563
  • Loading branch information
dcalhoun committed Aug 1, 2023
1 parent 63383b3 commit d896b38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/react-native-editor/src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d896b38

Please sign in to comment.