Skip to content

v5.1.0

Latest

Choose a tag to compare

@dohooo dohooo released this 04 Aug 22:21
da5b0ff

Minor Changes

  • #945 bda2f0c Thanks @dohooo! - Expose the web-only touchAction option on CarouselPanGesture.config so onConfigurePanGesture can set it (e.g. "pan-y") without casting.

Patch Changes

  • #946 ec3c123 Thanks @dohooo! - Allow react-native-gesture-handler 3.x as a peer dependency, matching the version shipped with Expo SDK 57 templates.

  • #944 993bba6 Thanks @dohooo! - Fix Pagination re-renders triggering the Reanimated strict mode warning about reading value during component render.

  • #943 7e47bdb Thanks @cyphercodes! - Fix source type-checking when exactOptionalPropertyTypes and noUncheckedIndexedAccess are enabled.