0.0.5 • Published 6 years ago

@inteach/react-native-scroll-indicator v0.0.5

Weekly downloads
66
License
ISC
Repository
github
Last release
6 years ago

react-native-scroll-indicator

React native scroll indicator

npm

Usage

Install

 $ npm install @inteach/react-native-scroll-indicator -save
 $ react-native link react-native-linear-gradient

Demo

Code

import ScrollIndicator from '@inteach/react-native-scroll-indicator'

const Component = () =>
  <View style={{ flex: 1 }}>
    <ScrollIndicator>
        {/* Somme scrollable content */}
    </ScrollIndicator>
  </View>

Components

ScrollIndicator

Props:

  • minScrollHeight (int) : default 0
  • style (object) : default {}
  • scrollEnabled (bool) : default true
  • showIndicator (bool) : default true
  • picto (require) : default false

License

MIT License