From 272ddeb7e21e5c8bf4f125b6b2e3bb8f53e47586 Mon Sep 17 00:00:00 2001 From: Tymoteusz Boba Date: Wed, 14 Jun 2023 23:35:06 +0200 Subject: Upgrade Reanimated from 2.14.4 to 3.1.0 (#753) * Update Reanimated API to v3 * Fix failing tests after updating Reanimated * Include changes from package.json in Reanimated library to patch * upgrade reanimated to 3.3.0 * remove patch * upgrade bottom sheet --------- Co-authored-by: Ansh Nanda --- src/view/shell/index.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/view/shell/index.tsx') diff --git a/src/view/shell/index.tsx b/src/view/shell/index.tsx index 36f7442dc..08a93868b 100644 --- a/src/view/shell/index.tsx +++ b/src/view/shell/index.tsx @@ -16,7 +16,6 @@ import {usePalette} from 'lib/hooks/usePalette' import * as backHandler from 'lib/routes/back-handler' import {RoutesContainer, TabsNavigator} from '../../Navigation' import {isStateAtTabRoot} from 'lib/routes/helpers' -import {isAndroid} from 'platform/detection' import {SafeAreaProvider} from 'react-native-safe-area-context' import {useOTAUpdate} from 'lib/hooks/useOTAUpdate' @@ -53,7 +52,6 @@ const ShellInner = observer(() => { onOpen={onOpenDrawer} onClose={onCloseDrawer} swipeEdgeWidth={winDim.width / 2} - useLegacyImplementation={isAndroid ? true : false} // we need to use legacy implementation on Android https://github.com/software-mansion/react-native-reanimated/issues/3049 swipeEnabled={ !canGoBack && store.session.hasSession && -- cgit 1.4.1