How to create a React Native application on macOS.

ZeroesAndOnes
7 min readAug 28, 2021

In this article I will show you how to start a barebone jdReact Native application on macOS. The article will provide detailed step-by-step instructions demonstrating how to install the proper dependencies needed for React Native as well as how to start a barebone project.

What are the dependencies needed?

Before you are able to start developing using React Native the following dependencies must be installed for macOS:

  1. Node — allows developers to write JavaScript code…

--

--