An open API service indexing awesome lists of open source software.

https://github.com/aizuzi/react-native-floating-input

a layout floating on a soft keyboard,support for Android and IOS
https://github.com/aizuzi/react-native-floating-input

inputview keyboard-layout react-component react-component-library react-native

Last synced: 9 days ago
JSON representation

a layout floating on a soft keyboard,support for Android and IOS

Awesome Lists containing this project

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

## Preview
![Input](./screen/floatinput.gif)

## Usage
```javascript
import FloatInputView from 'react-native-floating-input';

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