Closed olie-chan-travelex closed 1 month ago
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch @gorhom/bottom-sheet@4.6.4 for the project I'm working on.
@gorhom/bottom-sheet@4.6.4
Here is the diff that solved my problem:
diff --git a/node_modules/@gorhom/bottom-sheet/src/constants.ts b/node_modules/@gorhom/bottom-sheet/src/constants.ts index e8780b6..6aaa5a3 100644 --- a/node_modules/@gorhom/bottom-sheet/src/constants.ts +++ b/node_modules/@gorhom/bottom-sheet/src/constants.ts @@ -1,5 +1,4 @@ import { Dimensions, Platform } from 'react-native'; -// @ts-expect-error Module '"react-native-reanimated"' has no exported member 'ReduceMotion' import Animated, { Easing, ReduceMotion } from 'react-native-reanimated'; const { height: WINDOW_HEIGHT, width: WINDOW_WIDTH } = Dimensions.get('window');
This issue body was partially generated by patch-package.
@olie-chan-travelex: hello! :wave:
This issue is being automatically closed because it does not follow the issue template.
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
@gorhom/bottom-sheet@4.6.4
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.