Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 737 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 737 Bytes

@timotismjntk/react-native-overscroll-fix

JavaScript Style Guide

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.