Animated collapsible component for React Native

react-native-collapsible Animated collapsible component for React Native using the new Animated API with fallback. Good for accordions, toggles etc Pure JavaScript, supports dynamic content heights and components that is aware of its collapsed
11 August 2017

An animated and customizable circular floating menu

react-native-circular-action-menu Path-esque circular action menu inspired by CircularFloatingActionMenu. Installation npm i react-native-circular-action-menu --save Usage First, require it from your app's JavaScript files with: import ActionButton from 'react-native-circular-action-menu'; ActionButton ActionButton component is the main
11 August 2017

Circle-style checkbox component for React Native

ReactNativeCircleCheckbox Circle-style checkbox component for React Native. Installation npm install react-native-circle-checkbox --save Usage <CircleCheckBox checked={true} onToggle={(checked) => console.log('My state is: ', checked)} /> GitHub
11 August 2017

Awesome react-native cell components

RN Cell Components npm install react-native-cell-components --save Awesome react-native cell components! As the package name says, components that are built around a Cell component. Used for a simple ActionSheet to a more complex
10 August 2017

Swiper component for React Native with previews

react-native-snap-carousel Swiper component for React Native with previews, snapping effect and RTL support. Compatible with Android & iOS. Pull requests are very welcome! A lot is currently going on with the plugin: FlatList
08 August 2017

A cross-platform React Native calendar datepicker

React Native Calendar Datepicker This project aims at providing developers with a cross-platform, highly customizable, calendar date picker component for React Native. Getting started with this component is very very easy. However, the
08 August 2017