React-native: [0.29]Native animated module is not available

Created on 6 Jul 2016  路  8Comments  路  Source: facebook/react-native

when trying out native animation on iOS, encountered this error
img_0008

Locked

Most helpful comment

u need to add RCTAnimation.xcodeproj and libRCTAnimation.a to your project like in the PR https://github.com/facebook/react-native/commit/19e2388a76a7792ace166b64b9f1fc4695b62f1f

All 8 comments

Same here. Also added the NativeAnimtions to my project as a Library.

Have you tried to clean your Xcode project (Command-Shift-K) or delete the project鈥檚 DerivedData dir?

u need to add RCTAnimation.xcodeproj and libRCTAnimation.a to your project like in the PR https://github.com/facebook/react-native/commit/19e2388a76a7792ace166b64b9f1fc4695b62f1f

Is this module available in android?

According to my Google play crash report this is the main cause of crashes for my Android App:

Thousands of crashes with same error:
Native animated module is not available

This seems like an un-reproducible build problem that has gone away in recent build so I am going to close this issue.

@Fanghao I added it to my Podfile. Then i installed it! It still didnot work!

Make sure you have RCTAnimation.xcodeproj and whether libRCTAnimation.a to your project liked or not

Was this page helpful?
0 / 5 - 0 ratings