-
-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReanimatedSwipeable generating warnings #3170
Comments
for the time being, im just setting strict to false 🤷♂️ |
Hi @jbrodriguez, thank you for reporting this issue. Would it be possible for you to share a branch or a repository on which you reproduced this issue? I could not find this issue occurring on:
Unfortunately I couldn't test on Tested everything in I also couldn't manually find any instance of Are you certain this is an issue with our example or component? |
sure, ill provide a repo later today |
I have this same issue (same warnings) with This is a newly initiated project with
edit: Some more testing: |
@latekvo The version of react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx Lines 431 to 441 in da9eed8
|
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? |
(The version that is in npm on |
Hey @danieltott, thank you for pointing that out. I'm aware of the issue and what causes it and I'm currently working on it. Also, thank you a lot @BrightFoxApps for finding the exact versions on which the issue occurs and providing a repro, |
I encountered the same issue using Reanimated Swipeable, even with the example provided in the documentation. Here are the dependencies I'm using:
The problem occurred with the GitHub example; I only added an input field to save the item. Starting from the second item, these warnings flood the screen with each new item added. |
I believe this PR should've fixed all of these warnings, please let me know if you're still encountering them. |
@latekvo has the PR been published? Otherwise, I am still seeing the warnings. |
+1 |
The fix isn't published yet, it'll be included in the upcoming release. |
Thanks a lot for the fix, @latekvo! Do you have any estimate on when the next version might be released? |
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
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
The text was updated successfully, but these errors were encountered: