# react-native-auto-expanding-textinput

> A TextInput with auto expanding function for your React Native app.

Latest version **0.0.5** (published 2016-06-14) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2016-06-14 |
| First published | 2016-04-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19 |
| Author | alcat2008 |
| Maintainers | alcat2008 |
| Keywords | textinput, expanding, react-native, react-component, ios, android |

## Links

- npm: https://www.npmjs.com/package/react-native-auto-expanding-textinput
- Repository: https://github.com/alcat2008/react-native-auto-expanding-textinput
- Homepage: https://github.com/alcat2008/react-native-loading#readme
- Issues: https://github.com/alcat2008/react-native-loading/issues
- npm.io page: https://npm.io/package/react-native-auto-expanding-textinput

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.0.5 (latest) — 2016-06-14
- 0.0.4 — 2016-06-13
- 0.0.3 — 2016-05-23
- 0.0.2 — 2016-05-20
- 0.0.1 — 2016-04-11

## README

## react-native-auto-expanding-textinput
A TextInput with auto expanding function for your React Native app.

## Installation

```shell
npm install react-native-auto-expanding-textinput --save
```

## Usage

Using the Loading usually looks like this:
```js
var AutoExpandingTextInput = require('react-native-auto-expanding-textinput');

var Demo = React.createClass({

  ...

  _onChangeHeight(before, after) {
    console.log('before: ' + before + ' after: ' + after);
  }

  render() {
    return (
      <View>
        ...
        <AutoExpandingTextInput
          placeholder="height increases with content"
          enablesReturnKeyAutomatically={true}
          returnKeyType="done"
          minHeight={40}
          maxHeight={44}
          onChangeHeight={this._onChangeHeight}
        />
      </View>
    );
  }
```

## License

`react-native-auto-expanding-textinput` is available under the MIT license. See the LICENSE file for more info.

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