1.1.1 • Published 4 years ago

react-native-rotate-view v1.1.1

Weekly downloads
103
License
ISC
Repository
github
Last release
4 years ago

react-native-rotate-view

Rotate Anything you want.

Installation

npm i react-native-rotate-view

RotateView:

PropTypeDefaultDescription
rotateboolfalseChange this variable to trigger rotation
degreestring (number + 'deg')'90deg'Degree that the Animated.View will rotate to. (set negative to rotate backwards)
durationnumber100Time to run the animation
initialDegreestring (number + 'deg')'0deg'Initial degree of the animation
stylestylenullStyle of the Animated.View
childrenComponentnullReact Component to render inside the Animated.View
onAnimationEndfuncnullCallback when animation ends