React Native Fundamentals

React Fundamentals, ANGULAR WITH CORE .NET AND MVC RAZOR ENGINE

 

React Fundamentals


React Native runs on React, a popular open-source library for building 
user interfaces with JavaScript. To make the most of React Native, it helps to understand React itself. This section can get you started or can serve as a refresher course
 

Here, we will learn how to create a simple Hello World in react native

 

Let’s create a simple application of React Native

We will follow the below command to create a Hello Worlds in React Native

 

Use below command to install React native

·      npm install –g react-native-cli

 

The above instructions work best if you need to build native code in your application or want to integrate React Native in an existing application. If you want to quickly prototype an application and you can use Create React Native App module that is very similar to Create React App

 

We will use the Expo client on our phone to use it

 

Use below command to create a React native app

 

·      react-native init HelloWorld

 


Instructions for IOS

·       npx react-native run-ios

 

Instructions for Android

·       npx react-native run-android

 

Once all above mentioned steps will be completed then use the cd command to load the folder and hit code. ( code dot)  on the command prompt on the same location.

 

Note code. the command will open visual studio code and you should see structure like below


 

Now  hit command npx react-native run-android on the same location

Note : Here we assume , Environment setup is already done

Environment setup we will learn in next session


With ❤️ Happy Coding
 

 

Comments

  1. Nice article I was really impressed by seeing this blog, it was very interesting and it is very useful for me.Informative blog! it was very useful for me.Thanks for sharing
    React Native App Development Company

    ReplyDelete
  2. Great blog.
    The details that you shared regarding React Native Application and its library with example is nice. This simple blog with the application development code will help everyone to understand about React Native. I was searching for react native app development company and got his blog.
    Thanks for sharing such a great blog.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Appsinvo was founded in 2015 and it is india-based company. Appsinvo is a Top Mobile App Development Company in India, USA and UK that develops unique, easy to use, high functionality and seamless operation that makes your web and mobile app more innovative. Since 2015, we have been delivering our services for the last 5 years in 120 countries and we have developed more than 300 mobile apps that makes more than 150 clients happy and satisfied with our services.
    Mobile App development company in Asia
    Top Mobile App Development Company
    Top Mobile App Development Company in Noida
    Mobile App Development Company in Delhi
    Top Mobile App Development Companies in Australia
    Top Mobile App Development Company in Qatar
    Top Mobile App Development Company in kuwait
    Top Mobile App Development Companies in Sydney
    Mobile App Development Company in Europe
    Mobile App Development Company in Dubai

    ReplyDelete

Post a Comment

Popular posts from this blog

How to disable table row in Angular

How to create XML file dynamically in c#.net?

How to get Array value in Angular ?