<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 more

React 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

React Native Fundamentals

The day has finally come. If you're still eager to learn React Native you'll be happy to hear that egghead.io published a new series about the new framework from Facebook. egghead.io is one of the best sources on the internet for learning Web and JavaScript r

Read more

React Native v0.4 is out

It's been three weeks since we open sourced React Native and there's been some insane amount of activity already: over 12.5k stars, 1000 commits, 500 issues, 380 pull requests, and 100 contributors, plus 35 plugins and 1 app in the app store! We were expecting

Read more

CalendarPicker Component for React Native

You might have already worked with the DatePickerIOS Component from React Native, it renders a native Date and Time Picker. !\[DatePickerIOS]\(http://i.imgur.com/lV7E7Ix.png?2 ) Here is the community CalendarPicker Component instead, from stephy, that will

Read more