<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Add App Icon to react Native Project]]></title><description><![CDATA[Add App Icon to react Native Project]]></description><link>https://add-app-icon-to-react-native-project.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Wed, 02 Sep 2026 03:05:39 GMT</lastBuildDate><atom:link href="https://add-app-icon-to-react-native-project.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[How to Add App Icon to your React Native Project?]]></title><description><![CDATA[Hi Everyone, We’re are here to tell you how you can add an app icon to your react native project.
Firstly, take a required image for your react native application. Now, go to any App icon generator tool and upload your saved image there to get the ic...]]></description><link>https://add-app-icon-to-react-native-project.hashnode.dev/how-to-add-app-icon-to-your-react-native-project</link><guid isPermaLink="true">https://add-app-icon-to-react-native-project.hashnode.dev/how-to-add-app-icon-to-your-react-native-project</guid><dc:creator><![CDATA[Rashi Goel]]></dc:creator><pubDate>Tue, 26 Aug 2025 05:44:34 GMT</pubDate><content:encoded><![CDATA[<p>Hi Everyone, We’re are here to tell you how you can add an app icon to your react native project.</p>
<p>Firstly, take a required image for your react native application. Now, go to any App icon generator tool and upload your saved image there to get the icons folder with respective sub folders containing icon images.</p>
<p>Now, you can download the zip file in your local system and get the folder created for same.</p>
<p>Now, go to your project and go to path— <strong>android\app\src\main\res</strong>, here you’ll see data as-</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1745824811849/8e9a9ac5-65c7-48f9-a0e3-43bb3897516b.png" alt class="image--center mx-auto" /></p>
<p>the folders above containing app icon images with different size. Now, you can replace these folders with the one you got from your unzipped file.(The folder names will be same as the one in your project).</p>
<p>Once replaced, re-run your app using command “npx react-native run-android” to start your app and the app icon should be updated with the new one.</p>
<p>That’s all required to get your default app icon replaced with the one required as per your requirement.</p>
<p><strong>Thankyou all for reading this blog. Hope its helpful !!</strong></p>
]]></content:encoded></item></channel></rss>