Posts

Showing posts from April, 2018

React Native Installations

React-Native Installations Actually I am presenting you tutorial based on the Mac OS, this is also same for windows OS with little changes in commands. React native to work on your machine you have to install few components. lets get start with the list of components to be installed. 1) Node Js 2) React Native client 3) Any possible text editor that all required to work with react native. 1) Node Js: To install node js go to the following website link: https://nodejs.org/en/download/ This will take a little time . 2)React Native Client Once the Nodejs installation is done then, to install react native open Terminal  -  Mac OS Command  -  Windows OS now enter/type the command For Mac OS: sudo npm install -g react-native-cli For Windows OS: npm install -g react-native-cli Here you have to observe that when we are installing packages using nodejs we have options to add the package in the project folder or globally that effects the entire system. The above

Getting started with ReacNative

Introduction to React Native Hi friends lets start our tutorial on react native. Contents : 1) Installation 2) First Project 3) Deep Dive 4) Errors and Solutions Lets us start our next post with installations of react-native, IDEs that helps us for easy development of React Native projects. Then let us discuss how to start and build our first basic project in React. Lets us discuss about all the possible errors and solutions in the process as they occurs randomly so this will be covered along the tutorial Deep dive includes every example, sample, trails and others which gives us better experience and make us pro in the react native.