react-native-overscroll

1.0.5 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i react-native-overscroll

Weekly Downloads

101

Version

1.0.5

License

MIT

Unpacked Size

106 kB

Total Files

35

Last publish

Collaborators

  • s123ym