Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.12 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.12 KB

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