rgommezz / react-native-scroll-bottom-sheet

Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land :fire:
MIT License
1.54k stars 64 forks source link

Cannot read property 'prototype' of undefined #98

Open mahidaparth7 opened 1 year ago

mahidaparth7 commented 1 year ago

Current Behavior

Your Environment

version
Platform (Android, iOS or both) ANDROID
react-native-scroll-bottom-sheet 0.7.0
react-native 0.71.7
react-native-gesture-handler 2.9.0
react-native-reanimated 3.1.0
tahir-jamil commented 1 year ago

any update on this issue i am having the same issue

venusapps-shrutipatel commented 1 year ago

Same issue

CircuitSacul commented 1 year ago

Same issue

Andrey-Lomakin commented 11 months ago

The library requires reanimated versions 1 - 2. It is not compatible with reanimated 3

ermamud commented 10 months ago

this looks to be a big issue, latest expo version requires reanimated v3, if you try to decrease it to v2 you get an error saying you have an incompatible dependency version, and if you run expo doctor then it fixes the version to the latest 3, and you get the error again

TierryBr commented 8 months ago

up

Ahsan-Ullah1871 commented 5 months ago

@mahidaparth7 Hi, have you been able to fix this issue with any hacks or solutions?

arnoldc commented 4 months ago

hi @rgommezz any plans migrating this to reanimated v3? as I think this cant be use in future version of react-native