You might want to do some screen tracking in your apps. Since the entire navigation state is in redux, screen tracking is as simple as writing a redux middleware.
This repository has been heavily developed on top of the mrn project started by @binggg. Improvements include support for the latest React Native versions
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
react-native-label-select LabelSelect is a component used for making multiple choices. The modal is a checkbox like html. Usage npm install --save react-native-label-select import LabelSelect from 'react-native-label-select'; <LabelSelect ref="labelSelect" title=
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,
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.
React-Native Keyboard Manager This library allows to prevent issues of keyboard sliding up and cover on React-Native iOS projectsâš›. Thanks to awesome IQKeyboardManager This is only for iOS, Android no needed. For Android