Simple looped fading slides carousel for React Native

React Native FadingSlides Component Simple looped fading slides carousel for React Native. Installation npm install react-native-fading-slides Properties fadeDuration={500} // Milliseconds for slide fade stillDuration={1000} // Milliseconds for slide still height={1000} // Set the
19 August 2017

Simple emoji picker for react native

Emoji picker for react-native Powered by the awesome emoji-datasource Simple Emoji picker for react-native with optional modal-like component Installation npm install react-native-emoji-picker GitHub
19 August 2017

Emoji component for React Native

React Native Emoji Emoji as React Native component Installation Install package via npm: npm install react-native-emoji Require in your project var Emoji = require('react-native-emoji');
19 August 2017

Simple DropDown menu for React Native App

React Native Dropdown Simple DropDown menu for React Native App! Introduction React Native Dropdown is simple, customizable and easy to use dropdown in React Native. Works with both Android and IOS. Usage Require
18 August 2017

A pull down to refresh control for react native

react-native-drop-refresh A pull down to refresh control for react native. This is a fork version from Shuangzuan/RCTRefreshControl. Better npm maintainess,issues are welcomed. Update 2.2.0 Support react-native 0.40.0,
18 August 2017

DraggableDrawer component for React Native

react-native-draggable-drawer DraggableDrawer is a component for react-native, it allows you have a vertical draggable drawer view that you can drag up or drag down. So, if you drag and release that component, then
17 August 2017

React Native date, datetime and time picker for both Android and IOS

react-native-datepicker react native datePicker component for both Android and IOS, using DatePickerAndroid, TimePickerAndroid and DatePickerIOS Install npm install react-native-datepicker --save Or using react-native-ui-xg, our react-naitve ui kit. npm install react-native-ui-xg --save
16 August 2017

A simple native component that gives you dashed borders

DEPRECATED dashed border already works on react native 0.19+. Use style : { borderStyle: 'dashed' } in your stylesheet. react-native-dashed-border Very simple native component that gives you dashed borders. Add it to your ios project
16 August 2017

A React Native checkbox that can be customize

Custom Checkbox React Native It's a React Native checkbox that can be customize. Works for both Android and iOS. Install Install the package via npm: npm i react-native-custom-checkbox --save The React Native Vector
16 August 2017

React Native Multi Select

React Native Multi Select you know select2 on web ? now you have it in react native at your command :) Installation npm i -S react-native-multi-select GitHub
16 August 2017