-
Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our discord, in the #create-expo-stack channel.
```
❯ bunx create-expo-stack@latest
(node:3284) [DEP0040]…
-
# Bug
When BottomSheetFlatList is scrolling, and BottomSheet is panning down, then BottomSheetFlatList scrolls to top.
Here a screen recording:
https://github.com/user-attachments/assets/bc…
-
When using Scrollable views such as ScrollView and Flatlist I am having issues having any other component above, like a header.
Variants
1. Using ListHeaderComponent and stickyHeaderIndices.
…
-
# Bug
## Environment info
| Library | Version |
| ------------------------------- | ------- |
| @gorhom/bottom-sheet | 4.5.1 |
| react-native …
-
// Issue 1: While sheet is fullscren, the keyboard handler makes the sheet rapidly close and open again, onFocus, and onBlur.
// Issue 2: There's no method to add margin to the top of the main co…
-
After updating my expo app to version 49, I also had to update react-native-reanimated to version 3.3.0. However, when trying to access the screen where my bottomSheet is, the following error appears:…
-
### Version
v5
### Reanimated Version
v3
### Gesture Handler Version
v2
### Platforms
iOS, Android
### What happened?
Reanimated version [3.16.0](https://github.com/software-mansion/react-nat…
-
# Bug
I need bottom sheet modals to adjust to its content height. I have found `enableDynamicSizing` prop in documentation and a pull request regarding dynamic sizing:
https://github.com/gorhom/r…
-
## Description
We've encountered an inconsistency in the behavior of `pushReplacement` when using GoRouter compared to the native Navigator. This issue affects the interaction with bottom sheets an…
-
We use React Native BottomSheet(https://github.com/gorhom/react-native-bottom-sheet) in our app. Upon integrating this library we are able to see the bottomsheets in the screenshots and recording. Is …