nandorojo / moti

🐼 The React Native (+ Web) animation library, powered by Reanimated 3.
https://moti.fyi
MIT License
3.91k stars 120 forks source link

Expo SDK 46 - Tried to synchronously call anonymous function from a different thread #218

Closed abanobboles closed 1 year ago

abanobboles commented 1 year ago

Is there an existing issue for this?

Current Behavior

Simulator Screen Shot - iPhone 13 Pro - 2022-08-03 at 13 26 22

Same Code working with SDK 45 and "react-native-reanimated": "~2.8.0" but with SDK 46 the error "Tried to synchronously call anonymous function from a different thread." show up

Expected Behavior

No response

Steps To Reproduce

No response

Versions

- Moti: ^0.18.0
- Reanimated:~2.9.1
- React Native:0.69.3

Screenshots

No response

Reproduction

expo start --dev-client

nandorojo commented 1 year ago

this looks like a reanimated issue, not a moti one