Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working in RN 0.69 #384

Open
heekyu-pu opened this issue Jun 30, 2022 · 4 comments
Open

not working in RN 0.69 #384

heekyu-pu opened this issue Jun 30, 2022 · 4 comments

Comments

@heekyu-pu
Copy link

ERROR  TypeError: Cannot read property 'prototype' of undefined

This error is located at:
    in BottomSheetBehavior

not working with this error

@rado196
Copy link

rado196 commented Jul 15, 2022

I got same issue

@allandallopez
Copy link

allandallopez commented Sep 12, 2022

same with me, have any clue for this issue ?

@anuragkumarjsk
Copy link

getting the same error with react native version 0.67.4

@sipamungkas
Copy link

sipamungkas commented Nov 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants