0.2.1 • Published 7 years ago

rn-animated-sprite-matrix v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

The React Native Animated Sprite Matrix

Animated Sprite Matrix provides a simple component for use with the react-native-animated-sprite component. This allows you to use a sprite to create N x M matrices of animated-sprites.

Animated Sprite Matrix is ideal for use in general applications or games. Development has been driven by Curious Learning's work in cognitive assessment and literacy.

Installation

Using NPM:

$ npm install --save rn-animated-sprite-matrix

Or Yarn:

$ yarn add rn-animated-sprite-matrix

Example Use