react-native-anime icon indicating copy to clipboard operation
react-native-anime copied to clipboard

React Native animation utility

Results 4 react-native-anime issues
Sort by recently updated
recently updated
newest added

Heyo! I'm using the library to animate a list of elements (views). The thing is that I want to use the same animation for all views, but with different timings....

I use this fun: ```js this.box.rotate(360, { duration: 10000 }).infinite(); ``` but i can't success work.

With #4, using Flow will be painless and it will be helpful to self-document the code 👍

enhancement