Semantic JSX layout components for react-native

react-native-layout Semantic JSX layout components for react-native This library contains multiple easy-to-use react-native layout components which brings more semantic into your JSX code. Install npm install react-native-layout --save Why? Developing apps with react-native
27 August 2017

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