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

https://github.com/bonnguyenitc/react-native-rotate-component

🚩 2018 A small package for Animation Rotate in React Native
https://github.com/bonnguyenitc/react-native-rotate-component

component javascript react react-native react-native-component

Last synced: 5 months ago
JSON representation

🚩 2018 A small package for Animation Rotate in React Native

Awesome Lists containing this project

README

          

# react-native-rotate-component
### Installation
`npm i react-native-rotate-component --save`

### Props
Name | Type
------------ | -------------
durationBack | Number
durationGo | Number
backEnable | Boolean
inputRange | Array
outputRangeGo | Array
outputRangeBack | Array

### Demo
Install for Arrow-back

![demo](https://raw.githubusercontent.com/bonnguyenitc/react-native-rotate-component/master/screen/demo.gif)

### Example

```javascript
import RotateComponent from 'react-native-rotate-component';

...

```