react-native-floating-input
v1.0.0
Published
a layout floating on a soft keyboard,support for Android and IOS
Downloads
3
Maintainers
Readme
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
Usage
import FloatInputView from 'react-native-floating-input';
// TODO: What to do with the module?
FloatInputView;