An open API service indexing awesome lists of open source software.

https://github.com/xinlc/react-native-like-animation


https://github.com/xinlc/react-native-like-animation

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-native-like-animation

[![npm package](https://img.shields.io/npm/v/react-native-like-animation.svg?style=flat-square)](https://www.npmjs.org/package/react-native-like-animation)
[![npm downloads](https://img.shields.io/npm/dt/react-native-like-animation.svg)](https://www.npmjs.com/package/react-native-like-animation)

## Installation

Using npm:

```shell
npm install --save react-native-like-animation
```

or using yarn:

```shell
yarn add react-native-like-animation
```

## Usage
See the [example](https://github.com/xinlc/react-native-like-animation/blob/master/examples/Basic/App.js)