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

Browser App with React Native

The beauty of Open Source projects, especially successful ones, is how much material the community is going to share. This is a chance to solve your own problems but also a chance to learn how simply you can solve them by looking at the code. This is the case

Read more

A <Modal /> Component for React Native

In your app you're going to need a lot of different Views and Components to layout your data. Among these are Modals, and here is a simple implementation for React Native. Check react-native-modal on GitHub. \<Modal /> component

Read more