-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
When I close the modal with a swipe-down pan gesture, if I open it again, right after opening, it "jumps" height to a random value. If I close the modal programatically using ref.current?.close()
, opening it again performs as expected.
This reproduces no matter what props I use or not (headerComponent
, adjustToContentHeight
, modalHeight
, snapPoint
). It also does not matter if I have anything inside the modal.
This happens on both IOS & Android
- Create a demo on https://snack.expo.io to reproduce the issue.
- Add gif screenshots to help explain your issue.
Dependencies
- react-native-modalize: ^2.1.1
- react-native: 0.73
- react-native-gesture-handler: 2.14.0
- @react-navigation/bottom-tabs: ^6.5.11
- @react-navigation/native: ^6.1.9
- @react-navigation/native-stack: ^6.9.17
wkirby, unnft, Ryguy-1 and byanes
Metadata
Metadata
Assignees
Labels
No labels