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

A news app using YouTube playlists, built with React Native

This YouTube News app for iOS, from bradoyler, will show you one way to use WebViews in React Native so you can embed YouTube videos in your app. The list of videos is fetched from the Newsblock API. Check newswatch-react-native on GitHub. NewsWatch

Read more

React Native Examples

There's a lot of Apps and Examples spawing around the web, but don't understimate the official examples at facebook/react-native/Examples. Right now you can find: Movies UIExplorer 2048 TicTacToe You probably already followed the official Tutorial on Mov

Read more

Foreign Exchange App example with React Native

Here is some fresh new example you can check in order to sharpen your React Native skills. Sample app to try out react-native for iOS that includes: Navigation drawer Forms Push views Remote server request/response ForeignExchangeApp on GitHub. ToDoList

Read more