-
Notifications
You must be signed in to change notification settings - Fork 38
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
StandaloneGallery: Tried to synchronously call function {setTempIndex} from a different thread #25
Comments
I am experiencing the same issue as well in reanimated 2.0.0-rc.0. |
Standalone gallery crashes using rc.1 |
Hi there, sorry for the long reply. I haven't updated all the components to be working properly with the latest reanimated, I have plans to update to the latest reanimated as well as fixing all the bugs and releasing documentation and lightbox component in the near future. Thank you for taking an interest in this project and stay tuned for the updates in the next week! |
I've just upgraded the version of Reanimated to the latest one. I'm going to work on some of the bugs in this and the next week. Hope to get stable v1 in few weeks. I will appreciate any bug reports and help. Let me know how the latest master works for you. |
when i try to render a StandaloneGallery it throws this error:
My code for this test:
New package.json after the update:
|
When:
onTap
andswipe
for change image in StandaloneGalleryIt has been stopped working when I updated from
"react-native-reanimated": "^2.0.0-alpha.7"
to"^2.0.0-rc.0"
Info:
iPhone 11 emulator ios 14.2
package.json:
Full stack error from the app:
Thank you in advance! :)
The text was updated successfully, but these errors were encountered: