BottomSheetScrollView and BottomSheetView stopped working #2344
Unanswered
saimarshadsaim31
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am facing a problem, a while ago i implemented bottom sheet with input inside and every thing was working fine. This was the version "@gorhom/bottom-sheet": "^5.0.6". And yesterday for some reason i decided to upgrade the version so it downloaded this version "@gorhom/bottom-sheet": "^5.1.6". But after this the BottomSheetScrollView stopped working the BottomSheetScrollView also stopped taking the height. So i moved back to previous version that was working "@gorhom/bottom-sheet": "5.0.6" which fixed the BottomSheetView height problem but the scrollView still does not work. Here is the code which is unchanged from the start:
"@gorhom/bottom-sheet": "^5.0.6" (First implementation, every thing works):

"@gorhom/bottom-sheet": "^5.1.6" (version updated, BottomSheetScrollView and BottomSheetView stopped working):

"@gorhom/bottom-sheet": "5.0.6" (installed previous working version, BottomSheetScrollView still does not work):

Beta Was this translation helpful? Give feedback.
All reactions