Prerequisites

This guide assumes you are already familiar with JavaScript and front-end development using Reactarrow-up-right.

If you're not already familiar with other libraries of the React ecosystem such as React Nativearrow-up-right, Reduxarrow-up-right and GraphQLarrow-up-right/Relayarrow-up-right, this guide can eventually serve as an introduction to them but it will focus on using them rather than going deeper into their purpose.

Initial setup

Before starting to create the app, let's make sure you have the basic tooling needed, you will need:

All good? Great! Let's start by creating the project using React Native!

Last updated