Skip to content

Commit

Permalink
refactor: Remove outdated LogBox configuration for gesture handler
Browse files Browse the repository at this point in the history
This warning appears to no longer occur. The configuration was
originally added in: a1b11c5
  • Loading branch information
dcalhoun committed Aug 1, 2023
1 parent d896b38 commit f4589cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-native-editor/src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ const reactNativeSetup = () => {
'Require cycle:', // TODO: Refactor to remove require cycles
] );

// "@react-navigation" package uses the old API of gesture handler,
// so the warning will be silenced until it gets updated.
LogBox.ignoreLogs( [
"[react-native-gesture-handler] Seems like you're using an old API with gesture components, check out new Gestures system!",
] );

I18nManager.forceRTL( false ); // Change to `true` to debug RTL layout easily.
};

Expand Down

0 comments on commit f4589cb

Please sign in to comment.