Keyboard

A collection of 18 posts

Keyboard events for react-native

react-native-keyboardevents Keyboard events for react-native As of react-native 0.11 this module is obsolete. Now you can do something like the following: Example by GantMan 'use strict' import { Dimensions } from 'react-native' import React,
27 August 2017

Plug and play react-native keyboard spacer view

react-native-keyboard-spacer Plug and play iOS react-native keyboard spacer view. Quick Start Install View: npm install --save react-native-keyboard-spacer Example Usage The view will automatically perform a layout animation when the keyboard appears or disappears.
27 August 2017