Package Exports
- react-native-overscroll
- react-native-overscroll/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-overscroll) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.