React Native Animated Sprite Component

Description:

react-native-animated-sprite (RNAS) package is a feature rich declarative component for animation, tweening, and dragging sprites. Animation is achieved using frame-by-frame animation, tweening uses the React Native Animated class, and dragging uses React Native PanResponder.

Installation:

$ npm install –save react-native-animated-sprite

Preview:

React Native Animated Sprite Component

Add Comment