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

An <Overlay /> Component with React Native Blur

react-native-overlay Here is an \<Overlay /> component that brings content inside to the front of the view regardless of its current position in the component tree. This was extracted from react-native-modal, from the same author brentvatne, because a modal i

Read more

Earthquakes App made in React Native

This app has been created in React Native by paranoida and uses an external API, apis.is, to display earthquakes that happened in Iceland in last 48 hours. It also shows the usage of MapView Component to draw the location on the Map. Check IcelandEarthquakes

Read more