← Posts

Series · 2 parts

React Native

Native rendering, dev environment, styling, navigation — building mobile apps with React Native, on the assumption that you already know React.

#Mobile Apps#Cross-platform#Native#Expo#Dev Environment
  1. 01What Is React Native? — Drawing With React, but Not on the WebReact Native is not a hybrid app wrapped in a WebView. Starting from the idea that React's way of thinking stays put while only the 'what to draw' changes, we map out what React Native actually is — and where the web ends.
  2. 02The Development Environment — Your First Screen With ExpoThe fastest way into React Native is Expo. We create a project, get a first screen running on a real device in your hand, and look at what separates Expo from the bare workflow — and why Expo is the recommended starting point today.