Minor Changes
- #945
bda2f0cThanks @dohooo! - Expose the web-onlytouchActionoption onCarouselPanGesture.configsoonConfigurePanGesturecan set it (e.g."pan-y") without casting.
Patch Changes
-
#946
ec3c123Thanks @dohooo! - Allowreact-native-gesture-handler3.x as a peer dependency, matching the version shipped with Expo SDK 57 templates. -
#944
993bba6Thanks @dohooo! - Fix Pagination re-renders triggering the Reanimated strict mode warning about readingvalueduring component render. -
#943
7e47bdbThanks @cyphercodes! - Fix source type-checking whenexactOptionalPropertyTypesandnoUncheckedIndexedAccessare enabled.