react-navigation-bottom-sheet
react-navigation-bottom-sheet copied to clipboard
Swipe-to-close the `BottomSheetModal` doesn't work neither on Emulators nor on physical devices. Handle just doesn't respond. Could there be a common gotcha going on here? My navigator is as vanilla...
When i use chrome debugger to debug my app, i have to double press or press anywhere in the screen to open the sheet.
Hello ! I'm upgrading one of my large private [Expo](https://docs.expo.dev/) projects and i thought about updating this library. it seems ^0.3.2 is not suitble for iOS(however the working version is:...
I am testing the SimpleExample..., https://github.com/th3rdwave/react-navigation-bottom-sheet/blob/main/example/src/SimpleExample.tsx When I open let's say 6 BottomSheets and then press the back button "
Original library description:Defines the keyboard blur behavior. Reason not supported:The keyboard pops up without reloading the page, and the properties do not take effect
Original library description:Defines the keyboard appearance behavior. Reason not supported:The keyboard pops up without reloading the page, and the properties do not take effect
iOS uses FullWindowOverlay to achieve a fullscreen modal. Is something like this also possible on Android?
Hey, This PR is to get the discussion started on the following problem: We're using `react-navigation-bottom-sheet` with `enableDynamicSizing` set to `true` but want to use `BottomSheetScrollView` (or other Gorhom components:...
 in the bottom is bottom navigation , in previos version it works good that is `^0.2.7`, i'm using @gorhom/bottom-sheet version `'^5.0.4'` also it works fine in android
I'm trying to reproduce a bug that I think is linked to this library. My app is pretty different from the basic setup for this lib (using expo-router, development build...)...