React Native Icons
If your app's layout is ready to reach a new level, then meet react-native-icons, a React Native wrapper on top of FontAwesomeKit. Currently FontAwesomeKit supports 4 different icon fonts. FontAwesome 4.2 Contains 479 icons ionicons 2.0.0 Contains 733 icons …
Read moreSVG library for React Native
Good things come from wrapping existing code and frameworks, and here is an example. react-native-svg is a wrapper around SVGKit Cocoa framework, for rendering SVG files natively, so you can now render SVG images in your React Native apps. ReactLogoWave …
Read moreReact Native View Components
Brent Vatne does a good job, in his articles, in describing how to bridge React Native an iOS native code or even enhancing the existing framework. This time in React Native View Components (1/2) discusses how to wrap existing iOS view components and pass the …
Read more<GridView /> and <SelectableSectionsListView /> Components
Here are two useful Components that will surely help you layout your React Native apps. react-native-grid-view This component allows to display a grid/collection of items with more than one item per row. The items per row is configurable and it uses a 'ListV …
Read moreReact Native Router
If you feel like needing a bit more from the React Native \<NavigatorIOS /> component, that lets you implement routing, then check react-native-router from Tristan Edwards and rejoice. This marvelous component is the Swiss Army knife of App routing with a ful …
Read more