Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 508 Bytes

react-native-floating-input

Getting started

$ npm install react-native-floating-input --save

or

$ yarn add react-native-floating-input

Mostly automatic installation

$ react-native link react-native-floating-input

Expo Snack Playground

https://snack.expo.io/@zuzi/react-native-floating-input

Preview

Input

Usage

import FloatInputView from 'react-native-floating-input';

// TODO: What to do with the module?
FloatInputView;