Ecosyste.ms: Awesome

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

https://github.com/melihberberolu/React-Native-Keyboard-Sticky-View

React Native keyboard sticky view with animation
https://github.com/melihberberolu/React-Native-Keyboard-Sticky-View

Last synced: about 1 month ago
JSON representation

React Native keyboard sticky view with animation

Lists

README

        

# React-Native-Keyboard-Sticky-View
React Native keyboard sticky view with animation

![Demo](https://user-images.githubusercontent.com/3721734/41261527-bc714c26-6de4-11e8-9b3b-3e55fa512596.gif)

```javascript
import React from 'react';
import { TouchableOpacity, StyleSheet, View, TextInput, Text } from 'react-native';
import KeyboardStickyView from 'react-native-keyboard-sticky-view';

export default class KeyboardStickyViewExample extends React.Component {
render() {
return (




f}
onKeyboardHide={f => f}
>
{ (state, props) => (

Click

)}


)
}
}
```