@timotismjntk/react-native-overscroll-fix
v1.0.4
Published
an android scrollView decorator for support bounce
Downloads
9
Maintainers
Readme
@timotismjntk/react-native-overscroll-fix
Introduction
OverScroll support bounce feature for Android ScrollView.
Installation
npm install @timotismjntk/react-native-overscroll-fix --save
or
yarn add @timotismjntk/react-native-overscroll-fix
Usage
import OverScroll from '@timotismjntk/react-native-overscroll-fix'
export default function App() {
return (
<OverScroll style={styles.container}>
<ScrollView>
...
</ScrollView>
</OverScroll>
);
}
License
This library is distributed under MIT Licence.