OverScroll support bounce feature for Android ScrollView.
npm install @unpourtous/react-native-overscroll --save
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>
)
}
}
This library is distributed under MIT Licence.