Best React Native Components so far (while we wait for Android)
React Native reached v0.10.0 (while v0.11 is just around the corner).
As we entered September, React Native is also coming to Android, according to the infamous blog post by Christopher Chedeau (@vjeux), and some teases.
There's a crazy amount of Components and Modules around.
Here's just a glimpse of some of the bests Components so far.
react-native-icons
Quick and easy icons in React Native
react-native-swiper
The best Swiper component for React Native
tcomb-form-native
Forms library for react-native (^0.9)
react-native-router
Awesome navigation for your React Native app
react-native-camera
A Camera component for React Native. Also supports barcode scanning!
react-native-sqlite
A binding for sqlite3 for React Native. Allows a database to be opened and for SQL queries to be run on it.
react-native-navbar
Simple customizable navbar component for React Native.
react-native-refreshable-listview
A pull-to-refresh ListView which shows a loading spinner while your data reloads
gl-react-native
OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm.
react-native-side-menu
Simple customizable component to create side menu.
react-native-video
A Video component for React Native
react-native-blur
Component implementation for UIVisualEffectView's blur and vibrancy effect.
react-native-vector-icons
3000 Customizable Icons for React Native with support for NavBar/TabBar, image source and full stying.
react-native-svg
Experimental SVG library for react-native based off of SVGKit.
react-native-mapbox-gl
A Mapbox GL react native module for creating custom maps.
react-native-scrollable-tab-view
Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar.
react-native-parallax-view
Parallax view for vertical scrollview/listviews with a header image and header content.
react-native-chart
A simple module for adding line charts, area charts, or bar charts to your React Native app.