1.0.5 • Published 2 years ago

react-native-overscroll v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago