text carousel for react-native
npm install react-native-text-carouselThis libray is available on npm, install it with:npm install --save react-native-text-carousel
oryarn add react-native-text-carousel
1. Import react-native-text-carousel
``js `
import TextCarousel from react-native-text-carousel
2. Render
`jsx``
render(){
return (
}
| Name | Type | Default | Description |
| ------------- |:-------------:| :-----:| -----: |
| height | number | 40 | Height for container |
| interval | number | 4000 | Loop interval time |
| direction | string | 'up' | Direction |