use reanimated swipeable

This commit is contained in:
Samuel Newman
2024-10-04 23:30:43 +03:00
parent cef17f1a0a
commit e57331687b
@@ -1,7 +1,6 @@
import React, {useCallback} from 'react'
import {View} from 'react-native'
// TODO: replace with ReanimatedSwipeable when we next upgrade RNGH -sfn
import Swipeable from 'react-native-gesture-handler/Swipeable'
import Swipeable from 'react-native-gesture-handler/ReanimatedSwipeable'
import {msg} from '@lingui/macro'
import {useLingui} from '@lingui/react'