Open
Description
Bug
When creating the modal and loading it will work, when you close or dismiss the modal it will set the transform Y.
If you try to open the modal again it will not open, and the transform will still be incorrect.
Environment info
Library | Version |
---|---|
@gorhom/bottom-sheet | 5.0.0-alpha4 |
react-native | 0.72.4 |
react-native-reanimated | 3.3.0 |
react-native-gesture-handler | 2.12.0 |
Steps To Reproduce
- Create bottom sheet modal
- Open app in web
- Click button to open modal
- Close modal
- Click button to open modal it will not show
Describe what you expected to happen:
- Show the modal again
Reproducible sample code
Hard to do because there is no web in the snack, will try to make one later