<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abhishek zha</title>
    <description>The latest articles on DEV Community by Abhishek zha (@abhishekzha2021).</description>
    <link>https://dev.to/abhishekzha2021</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F620115%2Fd6e1f3d9-09f9-4857-9f3e-a402ae8a7546.jpg</url>
      <title>DEV Community: Abhishek zha</title>
      <link>https://dev.to/abhishekzha2021</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhishekzha2021"/>
    <language>en</language>
    <item>
      <title>How to set-up Visual Studio Code to get started with react-native?</title>
      <dc:creator>Abhishek zha</dc:creator>
      <pubDate>Tue, 04 May 2021 16:36:33 +0000</pubDate>
      <link>https://dev.to/abhishekzha2021/how-to-set-up-visual-studio-code-to-get-started-with-react-native-2f2n</link>
      <guid>https://dev.to/abhishekzha2021/how-to-set-up-visual-studio-code-to-get-started-with-react-native-2f2n</guid>
      <description>&lt;p&gt;React-Native is a game changer when it comes to mobile-apps Development. You can use React-Native for modifying your existing android/ios or you can create a whole new app from scratch.&lt;br&gt;
In this article I will teach you to set your developer environment with visual studio code which allows you to get started with react-native quickly. So, let's get started by following all the given steps.&lt;/p&gt;

&lt;h2&gt;STEP 1: Go to your command prompt&lt;/h2&gt;

&lt;p&gt;Open up your command terminal by simply searching for "command prompt" in your search bar. First of all you have to install the latest version for node(https://nodejs.org/en/).If you have already installed, you can check that up by typing "node -v" in your command promt. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--N8Gyeeug--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/616wxtrxmc0z8q9qf7fc.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--N8Gyeeug--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/616wxtrxmc0z8q9qf7fc.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
After you successfully confirmed your node installed, you can now further type in "npm i -g expo-cli"&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ffk9jNQk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vclkx4n7m39e7545z7y9.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ffk9jNQk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vclkx4n7m39e7545z7y9.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
This will install the expo command line interface(CLI) which hides alot of complexity while building the native apps.&lt;/p&gt;

&lt;h2&gt;STEP 2: Open up Visual Studio Code&lt;/h2&gt;

&lt;p&gt;Go to the terminal of vs code and type in "expo init your-project-name"&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---Z1tDFyp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rglg3rb5i6v1ob89b99s.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---Z1tDFyp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rglg3rb5i6v1ob89b99s.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
This will install all the necessary modules needed to build an react-native application.&lt;/p&gt;

&lt;h2&gt;STEP 3: Install NPM modules&lt;/h2&gt;

&lt;p&gt;Initialize package manager by typing in "npm init" and after that install the modules for npm by typing "npm install" and at last start your application with "npm start" &lt;/p&gt;

&lt;h2&gt;Conclusion:&lt;/h2&gt;

&lt;p&gt;Now, everything is set-up and you can play around with react-native pretty much in no time.You can download android emulator&lt;br&gt;
(&lt;a href="https://developer.android.com/studio"&gt;https://developer.android.com/studio&lt;/a&gt;) and run your application on it.This is it :)&lt;/p&gt;

&lt;p&gt;Thank you so much. &lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
