Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 708 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 708 Bytes

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.