<?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: onitololaurence@gmail.com</title>
    <description>The latest articles on DEV Community by onitololaurence@gmail.com (@onitolobabatunde).</description>
    <link>https://dev.to/onitolobabatunde</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%2F785203%2F83d43360-891c-4213-9a99-d32e7ac6fea7.jpeg</url>
      <title>DEV Community: onitololaurence@gmail.com</title>
      <link>https://dev.to/onitolobabatunde</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/onitolobabatunde"/>
    <language>en</language>
    <item>
      <title>Setting up React Native Application</title>
      <dc:creator>onitololaurence@gmail.com</dc:creator>
      <pubDate>Sun, 27 Feb 2022 16:59:49 +0000</pubDate>
      <link>https://dev.to/onitolobabatunde/setting-up-react-native-application-3glf</link>
      <guid>https://dev.to/onitolobabatunde/setting-up-react-native-application-3glf</guid>
      <description>&lt;p&gt;React Native is a Javascript framework that allows us to create mobile that will run on both Andriod and iOS.&lt;/p&gt;

&lt;p&gt;Expo is a framework and a platform for universal React applications. It is a set of tools and services built around React Native and native platforms that help you develop, build, deploy, and quickly iterate on iOS, Android, and web apps from the same JavaScript/TypeScript codebase.&lt;/p&gt;

&lt;p&gt;We need to have a knowledge of javascript and reactjs.&lt;/p&gt;

&lt;p&gt;Firstly, things needed.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Node.js install&lt;/li&gt;
&lt;li&gt;Code Editor (Vs code)&lt;/li&gt;
&lt;li&gt;React Native Tools Extension&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Step 1&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm install -g expo-cli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 2&lt;/strong&gt;&lt;br&gt;
Create a new expo project, let's call it firstProject&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;expo init AwesomeProject
cd AwesomeProject
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 3&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Run npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 4&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Download expo on your playstore on you phone and install. Also after expo app have been launch you'll see a barcode, scan the barcode with your phone camera.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--X1J5Jcz7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hwge70ry7pfwt4rcjku5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--X1J5Jcz7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hwge70ry7pfwt4rcjku5.png" alt="Image description" width="300" height="539"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
