1.0.4 • Published 2 years ago

@timotismjntk/react-native-overscroll-fix v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago