-
-
Notifications
You must be signed in to change notification settings - Fork 867
Description
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android
What happened?
I have a pressable button to open the bottomsheetmodal, and when I use the SDK 51, it works perfectly. So, the onPress function fires the bottomsheetRef.current.present()
method, and the bottom sheet modal gonna show up to the snapPoints.
But yesterday I started to upgrade to expo SDK 52 and then update all the libraries to its latest version base on what expo-doctor ordered me to install.
And when I already finished upgrading the expo sdk, react native, and all libraries version, then I start and test the bottomsheetmodal if its still workin. But it doesn't show up anything, and when I checked using console.log, it gave me undefined for the bottomsheetRef.current.present()
method. And the reanimated always gave me warnings about the value
from bottom sheet everytime it got re-rendered on the screen.
I can't even open the bottommodalsheet on sdk 52 in this snack below that I got from ur sample code template:
https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template
You can check the codes in Reproduction sample below.
Reproduction steps
Reproduction sample
https://snack.expo.dev/@princesp/test-maps
Relevant log output
No response