@timotismjntk/react-native-overscroll-fix
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@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.

Package Sidebar

Install

npm i @timotismjntk/react-native-overscroll-fix

Weekly Downloads

43

Version

1.0.4

License

ISC

Unpacked Size

104 kB

Total Files

36

Last publish

Collaborators

  • timotismjntk