# react-native-auto-scroll

> ScrollView that scrolls down responsively.

Latest version **0.0.1** (published 2016-10-04) · 0 weekly downloads

## Install

```sh
npm install react-native-auto-scroll
pnpm add react-native-auto-scroll
yarn add react-native-auto-scroll
bun add react-native-auto-scroll
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-10-04 |
| First published | 2016-10-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 46 |
| Maintainers | fritx |
| Keywords | react-component, react-native, scroll, view |

## Links

- npm: https://www.npmjs.com/package/react-native-auto-scroll
- Repository: https://github.com/fritx/react-native-auto-scroll
- Homepage: https://github.com/fritx/react-native-auto-scroll#readme
- Issues: https://github.com/fritx/react-native-auto-scroll/issues
- npm.io page: https://npm.io/package/react-native-auto-scroll

## Recent versions

- 0.0.1 (latest) — 2016-10-04
- 0.0.0 — 2016-10-03

## README

# react-native-auto-scroll

> ScrollView that scrolls down responsively.

<img width="375" src="https://raw.githubusercontent.com/fritx/react-native-auto-scroll/dev/demo.gif">


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

<View style={styles.msgsView}>
  <AutoScroll
    contentContainerStyle={styles.scrollContainer}>
    {this.state.messages.map(msg => {
      return <Message key={msg.id} message={msg} />
    })}
  </AutoScroll>
</View>
<TextInput style={styles.textInput} />
```

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

---
_Source: https://npm.io/package/react-native-auto-scroll · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
