react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
not working in RN 0.69
ERROR TypeError: Cannot read property 'prototype' of undefined
This error is located at:
in BottomSheetBehavior
not working with this error
I got same issue
same with me, have any clue for this issue ?
getting the same error with react native version 0.67.4
In my case, when i upgrade my rn to 0.69.7 this library make the screen freeze.
If you encounter problem like me, Screen Freeze, you can try my step.
-
check your "react-native-reanimated" version. you should use react-native-reanimated version 1 and react-native-gesture-handler version 1 and to use this library
-
if you insist on using react-native-reanimated v2 and react-native-gesture-handler version 2, try to consider to check this library https://github.com/gorhom/react-native-bottom-sheet. I am using this library to replace this react-native-reanimated-bottom-sheet because i am using react-native-reanimated v2 in my project.
Thank you