nandorojo/moti

Sequences still don't work

Closed this issue · 4 comments

Same as: #140
Is this still a bug in react-native-reanimated?

I don't think this solved it: software-mansion/react-native-reanimated#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",

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

@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 #131
I'm not using expo by the way

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

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

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