React Native default iOS item cell

react-native-item-cell A React Native default iOS item cell. The cell grows with the inner text. Install RN>=0.18 is required for 1.4.x. Install the package: $ yarn add react-native-item-cell Install
27 August 2017

An invertible ScrollView for React Native

InvertibleScrollView InvertibleScrollView is a React Native scroll view that can be inverted so that content is rendered starting from the bottom, and the user must scroll down to reveal more. This is a
27 August 2017

A image magic module for react native

react-native-imagewand React native image wand view for android. Enabling you to do instagram like effects to images Installation npm i --save react-native-imagewand Add it to your android project In android/settings.gradle ... include
27 August 2017

iOS/Android image picker with support for camera

react-native-image-crop-picker iOS/Android image picker with support for camera, configurable compression, multiple images and cropping. Usage Import library import ImagePicker from 'react-native-image-crop-picker'; Select from gallery Call single image picker with cropping ImagePicker.openPicker(
27 August 2017

Image intent receiver for React Native

react-native-image-intent Image intent receiver for React Native android. This allows react native app to receive data (image) from other app Installation npm install --save react-native-image-intent Recommended via yarn yarn add react-native-image-intent GitHub
24 August 2017

React Native Grid/Collection View component

react-native-grid-view This component allows to display a grid/collection of items with more than one item per row. The items per row is configurable and it uses a 'ListView' in order to have
24 August 2017

Responsive Grid View for React Native

React Native Super Grid Responsive Grid View for React Native. Getting Started This component renders a Grid View that adapts itself to various screen resolutions. Instead of passing an itemPerRow argument, you pass
24 August 2017

A React Native grading component using ReactART

react-native-grading react-native-grading is a RN component for users to grade scores. Four modes are supplied by the component, arcs/simles/stars/board. There are at least 3 examples for each mode in order
24 August 2017

React Native Composable Gesture Library

React Native Gestures This package is still in early stage, it will have a heaps of API changes before it move to 1.0 React Native Composable Gesture Library Getting Start Assuming you
21 August 2017

Gesture recognizer decorators for react native

react-native-gesture-recognizers React Native gesture recognizer decorators. Just decorate your component and easily respond to pans and swipes! Please report any issues you find! Usage Do an npm i react-native-gesture-recognizers and then try out
21 August 2017

A gesture password component for React Native

react-native-gesture-password A gesture password component for React Native. It supports both iOS and Android since it's written in pure JavaScript. Install npm install react-native-gesture-password --save GitHub
21 August 2017