Cross-platform background geolocation module for React Native

Chris Scott has "just started" porting his Cordova Background Geolocation to React Native. This shift of modules coming from Cordova is something we'd love to see in the upcoming future. His work, coming from the expertise of his previous module, is just inval

Read more

React Native component for finding dominant colors in an image

Bobby Sudekum has already shared with us its react-native-mapbox-gl for Mapbox. This time he's back with a completely different Component, but we're sure you're going to put it to good use. react-native-color-grabber on GitHub Given an image, returns dominan

Read more

Update React Native apps, instantly, with AppHub

We previously covered the power of the offline bundle. If you still don't know anything about it, then check Using offline bundle on the official docs. At this point, you're ready to know that's what the AppHub's folks have put on steroids. Include our code

Read more

DropDown menu for your React Native App

If you think you're ready to move on from the native iOS feeling of the PickerIOS, then check this DropDown alternative from Ali Najafizadeh. react-native-dropdown on GitHub (Example) DropDown

Read more

A custom ActionSheet for React Native

Dong Guo is not new to Custom Components but he finally joined our personal army of community contributors by working on a wrapper for the IBActionSheet, a fully customizable iOS 7/8 style UIActionSheet replacement, compatible with iOS 5, 6, 7, and 8. react-n

Read more