question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.24.0-rc5][Android][NativeAnimatedModule]Native animated module is not available

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ms88privatcommented, Jun 24, 2016

@nschurmann no, I didn’t get it to work too. Keep me updated if you find a way, thanks!

1reaction
nschurmanncommented, Jun 23, 2016

@ms88privat did you manage to enable this module?, i’m having issues enabling NativeAnimatedModule.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found