Skip to content

timotismjntk/react-native-overscroll-fix

 
 

Repository files navigation

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

About

a android scrollView decorator for support bounce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.0%
  • JavaScript 14.0%