Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fritx/react-native-auto-scroll
- Owner: fritx
- Created: 2016-10-03T06:36:14.000Z (about 8 years ago)
- Default Branch: dev
- Last Pushed: 2017-04-04T06:10:04.000Z (over 7 years ago)
- Last Synced: 2024-10-12T22:16:02.936Z (about 1 month ago)
- Topics: react-native, scroll
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-native-auto-scroll
- Size: 1.94 MB
- Stars: 46
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)