facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
118.69k stars 24.29k forks source link

[0.29]Native animated module is not available #8602

Closed ZhenjieRuan closed 7 years ago

ZhenjieRuan commented 8 years ago

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

Roconda commented 8 years ago

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

alloy commented 8 years ago

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

Fanghao commented 8 years ago

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

brenordr commented 8 years ago

Is this module available in android?

rturk commented 8 years ago

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

lacker commented 7 years ago

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

Liqiankun commented 7 years ago

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

trinadhkoya commented 6 years ago

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