Skip to content

liuhuman/react-native-overscroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-overscroll

JavaScript Style Guide

Introduction

OverScroll support bounce feature for Android ScrollView.

Installation

npm install @unpourtous/react-native-overscroll --save

Usage

First, add PopupStub as sibling node of you Root Node

export default class example extends Component {
  render () {
    return (
      <OverScroll style={styles.container}>
        {/* Your root node */}
        <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