Skip to content
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

Sequences not working #140

Closed
davidnum opened this issue Dec 20, 2021 · 6 comments
Closed

Sequences not working #140

davidnum opened this issue Dec 20, 2021 · 6 comments

Comments

@davidnum
Copy link

davidnum commented Dec 20, 2021

Hello.
Simple code from examples not working:

<MotiView
  animate={{
    scale: [0, 1.1, { value: 1, delay: 200 }],
  }}
/>

Raises error:
drawing


Environment:

Bare react-native, not Expo

"moti": "0.17.1",
"react-native-reanimated": "2.3.1",
@nandorojo
Copy link
Owner

It looks like there is an issue with sequences since reanimated 2.3. I’ve heard from a few other people. I’ll try to debug this, thanks! I’m wondering if it’s related to the Babel plug-in, because I can’t repro it in the example app of the Moti repo.

@msantang78
Copy link

Tested it with moti@canary but it doesn't work

@hirbod
Copy link

hirbod commented Dec 22, 2021

I can confirm this issue. And I double checked with #141 and "EXPO_USE_EXOTIC" is not the issue here

@carlos3g
Copy link
Contributor

Same here. Expo sdk 44

@hirbod
Copy link

hirbod commented Feb 4, 2022

This issue will be fixed once this is merged:
software-mansion/react-native-reanimated#2851

I checked against the branch and it is working.

@damian-balas
Copy link

This issue will be fixed once this is merged: software-mansion/react-native-reanimated#2851

I checked against the branch and it is working.

Great news! :)

By the way, would you mind to have a look?
#165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants