You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem :
@gorhom/bottom-sheet BottomSheetModal doesn't appear when calling present().
Button press is detected (console logs work), but the modal doesn't show visually.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Problem :
@gorhom/bottom-sheet BottomSheetModal doesn't appear when calling present().
Button press is detected (console logs work), but the modal doesn't show visually.
Setup :
Development Build (not Expo Go)
React Native: 0.81.5
Expo SDK: 54.0.19
Packages: @gorhom/bottom-sheet@5.2.6, react-native-reanimated@3.19.3, react-native-gesture-handler@2.28.0
What I've tried :
✅ Proper GestureHandlerRootView wrapper
✅ BottomSheetModalProvider at root level
✅ Using BottomSheetModal (not BottomSheet)
✅ Cleared all caches
✅ Reinstalled pods
✅ Removed duplicate providers
✅ Tried removing my component import from ScrollView (see code below)
Question :
Why doesn't BottomSheetModal.present() show the modal ? Any known issues with it not working ? Am I missing anything ?
Thanks for your help !
Implementation :
Beta Was this translation helpful? Give feedback.
All reactions