react-native-float-text-input

1.0.0 • Public • Published

react-native-float-text-input

React Native text input with floating label

Installation

npm i react-native-float-text-input --save

Usage

import { FloatTextInput } from 'react-native-float-text-input';
 
const App = () => {
  return (
    <View>
      <FloatTextInput
        label="RNFloatTextInputPlayground"
        value={this.state.value}
        onChangeText={value => this.setState({ value })}
      />
    </View>
  );
};

/react-native-float-text-input/

    Package Sidebar

    Install

    npm i react-native-float-text-input

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    249 MB

    Total Files

    4124

    Last publish

    Collaborators

    • ffrm