<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>React-Native in Android Studio - EitBiz Blog</title>
	<atom:link href="https://www.eitbiz.com/blog/tag/react-native-in-android-studio/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.eitbiz.com/blog</link>
	<description>Updates on Technology and Innovative Digital Solutions</description>
	<lastBuildDate>Mon, 10 Nov 2025 07:43:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.eitbiz.com/blog/wp-content/uploads/2024/12/fab-icon.png</url>
	<title>React-Native in Android Studio - EitBiz Blog</title>
	<link>https://www.eitbiz.com/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Configure React-Native in Android Studio?</title>
		<link>https://www.eitbiz.com/blog/how-to-configure-react-native-in-android-studio/</link>
					<comments>https://www.eitbiz.com/blog/how-to-configure-react-native-in-android-studio/#respond</comments>
		
		<dc:creator><![CDATA[EitBiz - Extrovert Information Technology]]></dc:creator>
		<pubDate>Thu, 13 Dec 2018 12:19:59 +0000</pubDate>
				<category><![CDATA[React Native Development]]></category>
		<category><![CDATA[Configure React-Native]]></category>
		<category><![CDATA[Configure React-Native in Android Studio]]></category>
		<category><![CDATA[React Native]]></category>
		<category><![CDATA[React-Native in Android Studio]]></category>
		<guid isPermaLink="false">https://www.eitbiz.com/blog/?p=275</guid>

					<description><![CDATA[<p>Firstly, install node on your machine. you can download the latest node js (https://nodejs.org/en/download/) and install it. Please confirm node and npm installation using below commands node -v npm -v Now, you can install react native by using following command in terminal : npm install -g react-native-cli We can run react native app in an&#8230; <a class="more-link" href="https://www.eitbiz.com/blog/how-to-configure-react-native-in-android-studio/">Continue reading <span class="screen-reader-text">How To Configure React-Native in Android Studio?</span></a></p>
<p>The post <a href="https://www.eitbiz.com/blog/how-to-configure-react-native-in-android-studio/">How To Configure React-Native in Android Studio?</a> first appeared on <a href="https://www.eitbiz.com/blog">EitBiz Blog</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Firstly, install node on your machine. you can download the latest node js (<strong><a href="https://nodejs.org/en/download/" rel="nofollow">https://nodejs.org/en/download/</a></strong>) and install it.</p>
<p>Please confirm node and npm installation using below commands</p>
<h3><strong>node -v</strong></h3>
<h3><strong>npm -v</strong></h3>
<p>Now, you can install react native by using following command in terminal :</p>
<p>npm<strong> install -g react-native-</strong>cli</p>
<p>We can run react native app in an emulator to test it. For this we have to set up ANDROID_HOME environment variable( Computer → Advanced System Settings → Environment variables → New, then enter the path to your Android SDK).</p>
<p>Create your first project using below command from the folder where you want to create the app.</p>
<h2><strong>react-native init demoReactApp</strong></h2>
<p>run the command to start package, make sure you started the emulator.</p>
<h3><strong>react-native start</strong></h3>
<p>The demo project will be open in the emulator.</p><p>The post <a href="https://www.eitbiz.com/blog/how-to-configure-react-native-in-android-studio/">How To Configure React-Native in Android Studio?</a> first appeared on <a href="https://www.eitbiz.com/blog">EitBiz Blog</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.eitbiz.com/blog/how-to-configure-react-native-in-android-studio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
