JSPM

react-native-overscroll

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44
  • Score
    100M100P100Q66563F
  • License MIT

a android scrollView decorator for support bounce

Package Exports

  • react-native-overscroll
  • react-native-overscroll/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-overscroll) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.