[0.24.0-rc5][Android][NativeAnimatedModule]Native animated module is not available
See original GitHub issueI am getting the following error in RN 0.24.0-rc5 - Native animated module is not available
Animated.timing( this.state.anim, { duration: 200, toValue: 1, useNativeDriver: true } ).start();
I am using it to update opacity only.
Note that without useNativeDrive: true
the animation works fine.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Native animated module is not available - react native
I'm using react native for my project and strangely I'm getting error like shown in below image. I don't understand what's this error....
Read more >Animated - React Native
The Animated library is designed to make animations fluid, powerful, and painless to build and maintain. Animated focuses on declarative ...
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 Free
Top 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
@nschurmann no, I didn’t get it to work too. Keep me updated if you find a way, thanks!
@ms88privat did you manage to enable this module?, i’m having issues enabling NativeAnimatedModule.