Skip to content

InTeach/react-native-scroll-indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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