OYOm Yerawarinomyerawar.hashnode.dev·Feb 1, 2023 · 2 min read"Hello World" using React Native (MacOS)In this article, we will learn how to write our first "hello world" app using React Native and get it up and running on the smartphone/AVD. Before writing our first app let's first learn about some basics which will help us in understanding how our a...00
OYOm Yerawarinomyerawar.hashnode.dev·Jan 29, 2023 · 3 min readStart Your First React Native App (MacOS)Open the terminal and configure the ANDROID_HOME environment variable, to do that run the following command : open -e .zprofile Above command will open the zprofile file in the text editor Copy the below lines into the zprofile file : export AND...00
OYOm Yerawarinomyerawar.hashnode.dev·Jan 28, 2023 · 3 min readReact Native ( Installation and Prerequisite ) for MacOSIn this blog, we will be looking at what all are the prerequisites and tools that need to be installed for getting started with development using React Native on MacOS. NodeJS (LTS Recommended) NodeJS is a javascript runtime environment which we w...00