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
- Host: GitHub
- URL: https://github.com/aizuzi/react-native-floating-input
- Owner: aizuzi
- Created: 2019-05-29T08:20:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T12:44:58.000Z (over 1 year ago)
- Last Synced: 2025-10-30T08:40:03.210Z (3 months ago)
- Topics: inputview, keyboard-layout, react-component, react-component-library, react-native
- Language: JavaScript
- Homepage:
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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

## Usage
```javascript
import FloatInputView from 'react-native-floating-input';
// TODO: What to do with the module?
FloatInputView;
```