Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fritx/react-native-auto-scroll

ScrollView that scrolls down responsively.
https://github.com/fritx/react-native-auto-scroll

react-native scroll

Last synced: 19 days ago
JSON representation

ScrollView that scrolls down responsively.

Awesome Lists containing this project

README

        

# react-native-auto-scroll

> ScrollView that scrolls down responsively.

```jsx
import AutoScroll from 'react-native-auto-scroll'


{this.state.messages.map(msg => {
return
})}

```

For more available props: [Docs of ScrollView](https://facebook.github.io/react-native/docs/scrollview.html)