software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.09k stars 977 forks source link

ReanimatedSwipeable generating warnings #3170

Open jbrodriguez opened 9 hours ago

jbrodriguez commented 9 hours ago

Description

trying the example for ReanimatedSwipeable generates warnings on the logs

in my case, i just used RightAction, however those SharedValues seem to be causing the warnings

Screenshot 2024-10-19 at 17 20 17

Steps to reproduce

run the example from the repo

Snack or a link to a repository

https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/release_tests/swipeableReanimation/index.tsx

Gesture Handler version

2.22.0

React Native version

0.76.0-rc.6

Platforms

iOS

JavaScript runtime

Hermes

Workflow

None

Architecture

Fabric (New Architecture)

Build type

Debug mode

Device

iOS simulator

Device model

No response

Acknowledgements

Yes

github-actions[bot] commented 9 hours ago

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

jbrodriguez commented 9 hours ago

for the time being, im just setting strict to false 🤷‍♂️