react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

not working in RN 0.69

Open heekyu-pu opened this issue 2 years ago • 4 comments

ERROR  TypeError: Cannot read property 'prototype' of undefined

This error is located at:
    in BottomSheetBehavior

not working with this error

heekyu-pu avatar Jun 30 '22 04:06 heekyu-pu

I got same issue

rado196 avatar Jul 15 '22 06:07 rado196

same with me, have any clue for this issue ?

allandallopez avatar Sep 12 '22 10:09 allandallopez

getting the same error with react native version 0.67.4

anuragkumarjsk avatar Sep 20 '22 18:09 anuragkumarjsk

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.

  1. 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

  2. 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

sipamungkas avatar Nov 10 '22 06:11 sipamungkas