Series · 2 parts
React Native for Mobile Apps
Native rendering, dev environment, styling, navigation — going beyond React to build mobile apps with React Native.
- 01What Is React Native?React 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.
- 02Expo and Your First ScreenThe 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.