maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

spinkit doesn't animate on Android with RN 0.42.0 #53

Closed ronadi closed 7 years ago

ronadi commented 7 years ago

"react": "~15.4.1", "react-native": "0.42.0", "react-native-spinkit": "^1.0.2"

Testing use Example react-native-spinkit.

Tested on Ios => OK Tested on android => can show but not animate (run on device lenovo with android version 6.0.1)

screenshot_2017-03-15-11-33-41-421

sebastian-palma commented 7 years ago

Same problem with "react": "~15.4.0", "react-native": "0.41.2", "react-native-spinkit": "^1.0.2" running on Android device. Not all the types work.

jjoe64 commented 7 years ago

had the same issue, but it was my fault. I disabled the animations in the android developer options!

ronadi commented 7 years ago

@appsthatmatter yes correct same with me, forgot to close issue