react-native-overscroll
v1.0.5
Published
a android scrollView decorator for support bounce
Downloads
5
Readme
react-native-overscroll
Introduction
OverScroll support bounce feature for Android ScrollView.
Installation
npm install @unpourtous/react-native-overscroll --save
Usage
First, add PopupStub as sibling node of you Root Node
export default class example extends Component {
render () {
return (
<OverScroll style={styles.container}>
{/* Your root node */}
<ScrollView>
...
</ScrollView>
</OverScroll>
)
}
}
License
This library is distributed under MIT Licence.