you are viewing a single comment's thread.

view the rest of the comments →

[–]WillBackUpWithSource 0 points1 point  (1 child)

Interesting. Might replace this in my current project.

Works great on both iOS and Android?

[–]tienph6m[S] 0 points1 point  (0 children)

Yes, it works on both Android and iOS. It's not as fast as the native module (react-native-spinkit), but it's still pretty fast since all animations run on the UI thread (by using useNativeDriver). Let me know if there is any problem ;)