nandorojo / moti

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

Sequences still don't work #183

Closed damian-balas closed 2 years ago

damian-balas commented 2 years ago

Same as: https://github.com/nandorojo/moti/issues/140 Is this still a bug in react-native-reanimated?

I don't think this solved it: https://github.com/software-mansion/react-native-reanimated/pull/2851 Could you give the v2.5.0 a try?

    "react-native-reanimated": "2.5.0",
    "moti": "0.17.1",
    "react-native": "0.67.3",
nandorojo commented 2 years ago

can you make a reproduction using the starter template? if you want to use the newer reanimated version, simply use expo run:ios to create a custom dev client.

npx create-react-native-app -t with-moti
yarn add react-native-reanimated@^2.5.0
expo run:ios
msantang78 commented 2 years ago

@nandorojo FYI: I'm still getting having the same issue, even with the latest version of reanimated (2.8.0) Since reanimated 2.3.0 I can't use sequences anymore https://github.com/nandorojo/moti/issues/131 I'm not using expo by the way

Let me know if I can help with the reproduction of the issue

nandorojo commented 2 years ago

hm, do they work with reanimated? can you repro on snack?

msantang78 commented 2 years ago

It seems to be working fine with the expo v44 and the latest version of moti.

We are using react-native v0.66.3 and a bare workflow with some expo dependencies

I will try to create a small repro project