Closed itsramiel closed 3 months ago
Latest commit: 1e505cc286706dbe05d448defdb830c59b50bd54
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-native-reanimated-carousel | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 19, 2024 5:15pm |
Closes #646
In
react-native-gesture-handler
v2.16.0, a style of{flex: 1}
was added toGestureHandlerRootView
in this pr.This styling leads to the issues mentioned in #646
In order to fix the issue, the
width
andheight
are set on theGestureHandlerRootView
and the container has aflex: 1
to fill in theGestureHandlerRootView