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
- Host: GitHub
- URL: https://github.com/bonnguyenitc/react-native-rotate-component
- Owner: bonnguyenitc
- Created: 2018-11-14T10:09:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T15:23:57.000Z (about 2 years ago)
- Last Synced: 2025-09-25T22:49:03.048Z (9 months ago)
- Topics: component, javascript, react, react-native, react-native-component
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-native-rotate-component
- Size: 546 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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