Sequences not working
See original GitHub issueHello. Simple code from examples not working:
<MotiView
animate={{
scale: [0, 1.1, { value: 1, delay: 200 }],
}}
/>
Raises error:
Environment:
Bare react-native, not Expo
"moti": "0.17.1",
"react-native-reanimated": "2.3.1",
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
SEQUENCE function not working - Microsoft Community Hub
I am using Excel with a 365 subscription and the version is 16.60. It is my understanding that the SEQUENCE function should work...
Read more >How to fix a sequence when it goes out of sync in Postgres
Method 2: Fixing all your sequences with one script · Save the query in a fix_sequences.sql file. · Run the query contained in...
Read more >Sequence: Common Troubleshooting Steps
Here are some common troubleshooting steps to try, if your Sequences aren't sending as expected: Is the sending address a custom domain address....
Read more >Sequence increment is not working - Stack Overflow
It was working. I dropped the sequence and created again and now it is not working. It just shows 1 for all the...
Read more >Sequence Troubleshooting - ManyChat Help
Fixing Sequences, you will need to check the time you are sending it in, exclude any promotional content from the first message of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue will be fixed once this is merged: https://github.com/software-mansion/react-native-reanimated/pull/2851
I checked against the branch and it is working.
I can confirm this issue. And I double checked with #141 and “EXPO_USE_EXOTIC” is not the issue here