a layout floating on a soft keyboard,support for Android and IOS
$ npm install react-native-floating-input --save
or$ yarn add react-native-floating-input
$ react-native link react-native-floating-input
https://snack.expo.io/@zuzi/react-native-floating-input
javascript
import FloatInputView from 'react-native-floating-input';// TODO: What to do with the module?
FloatInputView;
``