react-native-custom-actsheet flexible custom ActionSheet for react-native. This modules is wrapper for IBActionSheet , which does all real work. GitHub
React Native Credit Card Input Easy (and good looking) credit-card input for your React Native Project Features Skeuomorphic credit-card :credit_card: (inspired by: card, react-native-credit-card) !!NEW!! Now you could scale the Credit Card
react-native-country-picker-modal The best Country Picker for React Native. Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name. GitHub
react-native-collapsing-toolbar react-native wrapper for CollapsingToolbarLayout, easy to integrate with Animated.Event and FlatList out the box. GitHub
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
react-native-circular-progress React Native component for creating animated, circular progress with ReactART. Useful for displaying users points for example. Works on iOS & Android. Looking for a circular slider? Take a look at my
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
react-native-chart eact-native-chart is a simple module for adding line charts, area charts, or bar charts to your React Native app. NOTE: I have not been able to maintain this repo. Recommend switching to
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
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
react-native-calendar-select A date picker component like Airbnb. You can select a date period from the calendar modal. iOS Examples Android Examples GitHub
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
react-native-fxblurview provides a [React Native][react-native] component wrapping the native FXBlurView UIView subclass for realtime background blur effect and is compatible with iOS 5 and above. GitHub