Read Class 30 - martinbalke-401-adavanced-js/seattle-javascript-401n14 GitHub Wiki

React Native

React Native is a powerful tool for compiling Javascript into Android and IOS native languages. It also allows you to use native mobile functionality such as gestures and keyboard.

The main change from writing ReactJS to React Native is the way in which components are rendered. You can't use HTML on a native device so you have to use built in components that allow for XML.