Overview

Get an overview of the steps to follow to create a real working application using only React Native built-in solutions.

We'll cover the following

So far, we have learned how to set up a React Native app. The steps we followed—installing dependencies and building and running the app—are common for most apps we want to build. Now, it’s time to focus on the specifics of the app we will be building in this course.

Goals of the section

We want to create a social media clone app (named Funbook in this course) so that we can compare different state management solutions in that app. In this section, we will plan and build our example app using only React Native built-in solutions: state, props, hooks, and context.

Get hands-on with 1200+ tech skills courses.