Quick React Native Installation Beginner’s guide on Mac
This article will help you install React Native easily and run your first React Native app on iOS. First of all, let’s know What is React native? React native is a Javascript framework which lets you write native mobile applications for iOs and Android in a single code base. It is from React, Javascript library built for the rich mobile User interface. The applications are built upon react native platform offers real look and feel of native ios or android platforms. Environment setup In this article, we will explain how to install react native and get you started native mobile apps development quickly. For this, we need to React Native CLI and we assume that you are already using Xcode or Android Studio for mobile apps development, otherwise please install Xcode or Android studio and then after following these steps. Tools : Homebrew, Node 8.3 or newer, React Native CLI, XCode 9.3 or newer for ios and newer Android Studio for Android platform. Configuring