Posts

Showing posts from February, 2019

Start React-Native from Development Environment Setting Up

Image
Start React-Native from Development Environment  Setting Up Youtube.com - React-Native Introduction Step 1: - Install IDE for coding Step 2:- Install Android Studio Step 3:- Optional - Install GenyMotion (Emulator) Step 4:- Install NodeJs Step 5:- Install React Native Step 6:- Creating new React Native Application Tools for Setup the Development Environment,     1) Visual Studio Code     2) Android Studio     3) GenyMotion Above steps will explain you how to make successful Cross-platform application development setup called React native. It is little bit of challenging but following steps will make that easy. Step 1:- Install IDE for Coding  You need to download and install a proper IDE to do the React native coding. I recommend Visual Studio code to use as the default IDE. Follow below link to download and install the visual studio code.  https://code.visualstudio.com/download Step 2:- Install Android Studio We ...