0.2.1 • Published 7 years ago

react-native-autogrow-input v0.2.1

Weekly downloads
104
License
MIT
Repository
-
Last release
7 years ago

react-native-autogrow-input

Missing auto grow multiline input component

Pure JS Android/iOS drop in TextInput replacement with support for autogrow feature.

Installation

npm install react-native-autogrow-input --save

Example

import React, {Component, View} from 'react-native';
import AutogrowInput from 'react-native-autogrow-input';

export default class MyComponent extends Component {
  render() {
    return <View>
      <AutogrowInput
        defaultHeight={50}
        /* all props supported by original TextInput components are supported */
      />
    </View>;
  }
}
0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago