OverScroll support bounce feature for Android ScrollView.
npm install @timotismjntk/react-native-overscroll-fix --save
or
yarn add @timotismjntk/react-native-overscroll-fix
import OverScroll from '@timotismjntk/react-native-overscroll-fix'
export default function App() {
return (
<OverScroll style={styles.container}>
<ScrollView>
...
</ScrollView>
</OverScroll>
);
}
This library is distributed under MIT Licence.