<?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: Emmanuel Oreoluwa</title>
    <description>The latest articles on DEV Community by Emmanuel Oreoluwa (@aore).</description>
    <link>https://dev.to/aore</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%2F154286%2F8b8bf957-6147-4911-a690-027b24b06801.jpg</url>
      <title>DEV Community: Emmanuel Oreoluwa</title>
      <link>https://dev.to/aore</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aore"/>
    <language>en</language>
    <item>
      <title>How do I Create a Random Chatting App React Native</title>
      <dc:creator>Emmanuel Oreoluwa</dc:creator>
      <pubDate>Wed, 20 Nov 2019 14:24:50 +0000</pubDate>
      <link>https://dev.to/aore/how-do-i-create-a-random-chatting-app-react-native-4fn</link>
      <guid>https://dev.to/aore/how-do-i-create-a-random-chatting-app-react-native-4fn</guid>
      <description></description>
      <category>help</category>
      <category>reactnative</category>
      <category>react</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How can I create a follow for follow website for Twitter</title>
      <dc:creator>Emmanuel Oreoluwa</dc:creator>
      <pubDate>Tue, 05 Nov 2019 16:38:44 +0000</pubDate>
      <link>https://dev.to/aore/how-can-i-create-a-follow-for-follow-website-for-twitter-1oi0</link>
      <guid>https://dev.to/aore/how-can-i-create-a-follow-for-follow-website-for-twitter-1oi0</guid>
      <description>&lt;p&gt;How can I create a follow for follow website for Twitter &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Free Javascript script courses on Udemy</title>
      <dc:creator>Emmanuel Oreoluwa</dc:creator>
      <pubDate>Fri, 09 Aug 2019 09:32:34 +0000</pubDate>
      <link>https://dev.to/aore/free-javascript-script-courses-on-udemy-39po</link>
      <guid>https://dev.to/aore/free-javascript-script-courses-on-udemy-39po</guid>
      <description>&lt;p&gt;I just enroll in this wonderful course on Udemy &lt;br&gt;
If u 're interested you can join me &lt;br&gt;
It free if u join from the coupon link &lt;br&gt;
&lt;a href="https://www.udemy.com/full-stack-javascript/?couponCode=PDFFREE2&amp;amp;fbclid=IwAR07ARJ6542aKH0bFYR3vt6X9kcW8XP-iIkn0V2quOf6bMW_zmGLdDA-zKs"&gt;Link&lt;/a&gt;&amp;amp;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Permission Camera Roll Error React Native </title>
      <dc:creator>Emmanuel Oreoluwa</dc:creator>
      <pubDate>Thu, 08 Aug 2019 09:33:53 +0000</pubDate>
      <link>https://dev.to/aoreclause/permission-camera-roll-error-react-native-4a93</link>
      <guid>https://dev.to/aoreclause/permission-camera-roll-error-react-native-4a93</guid>
      <description>&lt;p&gt;Am trying to access camera roll on my react native app and it not giving back feedback&lt;/p&gt;

&lt;p&gt;This my code&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;onImageUpload = async () =&amp;gt; {&lt;br&gt;
     const {status: cameraRollPerm} = await PermissionsAndroid.askAsync(&lt;br&gt;
      PermissionsAndroid.PERMISSIONS.CAMERA_ROLL,&lt;br&gt;
     try{&lt;br&gt;
       if (cameraRollPerm === 'granted') {&lt;br&gt;
         let pickerResult = await ImagePicker.lauchImageAsync({&lt;br&gt;
           allowsEditing: true,&lt;br&gt;
           aspect:[4,3]&lt;br&gt;
         });&lt;br&gt;
         console.log(&lt;br&gt;
           'ready to upload... pickerResult json:'+ JSON.stringify(pickerResult)&lt;br&gt;
         );&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;I tried&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;await PermissionsAndroid.request(&lt;br&gt;
      PermissionsAndroid.PERMISSIONS.CAMERA,&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>newbie</category>
      <category>help</category>
      <category>reactnative</category>
    </item>
    <item>
      <title>What does 'EJECT' do to a react native app</title>
      <dc:creator>Emmanuel Oreoluwa</dc:creator>
      <pubDate>Wed, 07 Aug 2019 10:55:00 +0000</pubDate>
      <link>https://dev.to/aore/what-does-eject-to-a-react-native-app-1ioe</link>
      <guid>https://dev.to/aore/what-does-eject-to-a-react-native-app-1ioe</guid>
      <description></description>
      <category>help</category>
      <category>discuss</category>
      <category>reactnative</category>
      <category>beginners</category>
    </item>
    <item>
      <title>NPM AUDIT FIX RUINED MY REACT NATIVE PROJECT</title>
      <dc:creator>Emmanuel Oreoluwa</dc:creator>
      <pubDate>Mon, 05 Aug 2019 10:54:15 +0000</pubDate>
      <link>https://dev.to/aore/npm-audit-fix-ruined-my-react-native-project-13ge</link>
      <guid>https://dev.to/aore/npm-audit-fix-ruined-my-react-native-project-13ge</guid>
      <description>&lt;p&gt;After i ran npm audit fix i started getting errors in my react native project &lt;br&gt;
i can't start metro bundler, i can't run react native run android e.t.c&lt;br&gt;
What should i do to save my project&lt;/p&gt;

</description>
      <category>newbie</category>
      <category>beginners</category>
      <category>help</category>
      <category>reactnative</category>
    </item>
    <item>
      <title>React Navigation and StackNavigator to navigate Error</title>
      <dc:creator>Emmanuel Oreoluwa</dc:creator>
      <pubDate>Tue, 23 Jul 2019 10:46:50 +0000</pubDate>
      <link>https://dev.to/aoreclause/react-navigation-and-stacknavigator-to-navigate-error-122f</link>
      <guid>https://dev.to/aoreclause/react-navigation-and-stacknavigator-to-navigate-error-122f</guid>
      <description>&lt;p&gt;I am trying to use React Navigation and StackNavigator to navigate around my app. I have a picture with onPress={() =&amp;gt; navigate(‘Swipe Screen’), and I was hoping that would take me to the Swipe Screen, it was clicking but not navigating What do I need to add in order to get this working?&lt;br&gt;&lt;br&gt;
I already added navigation={this.props.navigation} to the parent Component&lt;br&gt;&lt;br&gt;
below &lt;a href="https://gist.github.com/AORECLAUSE/1aa6927877fcbd3901b19e35a15bb6df/revisions"&gt;https://gist.github.com/AORECLAUSE/1aa6927877fcbd3901b19e35a15bb6df/revisions&lt;/a&gt;&lt;/p&gt;

</description>
      <category>help</category>
      <category>react</category>
      <category>newbie</category>
      <category>reactnative</category>
    </item>
    <item>
      <title>How I Decided To Learnt React Native</title>
      <dc:creator>Emmanuel Oreoluwa</dc:creator>
      <pubDate>Sat, 22 Jun 2019 18:29:00 +0000</pubDate>
      <link>https://dev.to/aoreclause/how-i-decided-to-learnt-react-native-3jbb</link>
      <guid>https://dev.to/aoreclause/how-i-decided-to-learnt-react-native-3jbb</guid>
      <description>&lt;h3&gt;
  
  
  How I Decided To Learn React Native
&lt;/h3&gt;

&lt;p&gt;After I finished my html and Css tutorial on codecademy I felt kind of lost cause I couldn't apply it to any real life project Just write html in notepad and saving it with .html 😂 Am not guilty of that ,We all do it at first ,Creating static webpage with Notepad If u still doing that you are welcome 😁&lt;/p&gt;

&lt;p&gt;I saw other websites mine is nothing like that I decided to expand my knowledge I read few articles and I decide to learn JavaScript maybe it will step up my programming game.. JavaScript was straight forward and easy to learn ...Few months and am done It helped a lot Yes 😌&lt;/p&gt;

&lt;p&gt;Then I discovered JavaScript has different framework 😔 and a tutor recommend I learn one ,I was like with one is framework now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JavaScript framework&lt;/strong&gt; is an application &lt;strong&gt;framework&lt;/strong&gt; written in &lt;strong&gt;JavaScript&lt;/strong&gt;. It differs from a &lt;strong&gt;JavaScript library&lt;/strong&gt; in its control flow: a &lt;strong&gt;library&lt;/strong&gt; offers functions to be called by its parent code, whereas a &lt;strong&gt;framework&lt;/strong&gt; defines the entire application design.&lt;/p&gt;

&lt;p&gt;Yeah that it 😟 I ask my best friend(Google ) about JavaScript framework&lt;/p&gt;

&lt;p&gt;My best friends gave me this&lt;/p&gt;

&lt;p&gt;Which is best js framework?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Top 10 JavaScript frameworks&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Angular. One of the most powerful, efficient, and open-source JavaScript frameworks is Angular.&lt;/li&gt;
&lt;li&gt;React. Created by Facebook, React framework has earned popularity within a short period of time.&lt;/li&gt;
&lt;li&gt;Vue.js.&lt;/li&gt;
&lt;li&gt;Ember.js.&lt;/li&gt;
&lt;li&gt;Meteor.&lt;/li&gt;
&lt;li&gt;Mithril.&lt;/li&gt;
&lt;li&gt;Node.js.&lt;/li&gt;
&lt;li&gt;Polymer.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;My friend Is the best I checked up on each of them and I decided to learn React js.&lt;/p&gt;

&lt;p&gt;React is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications, as it is optimal for fetching rapidly changing data that needs to be recorded.&lt;/p&gt;

&lt;p&gt;Original author(s): Jordan Walker&lt;/p&gt;

&lt;p&gt;Initial release: &lt;a href="https://www.google.com/search?client=ms-android-htc-rev&amp;amp;q=May+29,+2013&amp;amp;stick=H4sIAAAAAAAAAONgVhLQL9E3MsnNscgzLja2yCpIXsTK45tYqWBkqaNgZGBoDAD1IzMvIwAAAA&amp;amp;sa=X&amp;amp;ved=2ahUKEwirq5He1P3iAhUGTxUIHRCHAVQQmxMoADAQegQIChAK"&gt;May 29, 2013&lt;/a&gt;; 6 years ago...source: Wikipedia&lt;/p&gt;

&lt;p&gt;Thousands of YouTube videos, pdf, articles, research, Sleepless nights , I was enjoying the learning process , worked on some projects nice projects then I wanted more.&lt;/p&gt;

&lt;p&gt;That when react native kicked in and I got hold of it cause of my pior knowledge of react js and JavaScript ,developed some apps which I never deployed&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;React Native&lt;/strong&gt; is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. … &lt;strong&gt;React Native&lt;/strong&gt; also exposes JavaScript interfaces for platform APIs, so your &lt;strong&gt;React Native&lt;/strong&gt; apps can access platform features like the phone camera, or the user’s location.&lt;/p&gt;

&lt;p&gt;Am currently a front-end developer working on my backend with node js which is a JavaScript runtime or environment&lt;/p&gt;

&lt;p&gt;What is the use node JS?&lt;/p&gt;

&lt;p&gt;Node.js uses an event-driven, &lt;strong&gt;non-blocking&lt;/strong&gt; I/O model that makes it &lt;strong&gt;lightweight&lt;/strong&gt; and efficient, perfect for data-intensive real-time applications that run across distributed devices. Node.js is an &lt;strong&gt;open&lt;/strong&gt; source, cross-platform runtime environment for developing server-side and networking applications.&lt;/p&gt;

&lt;p&gt;Will write another articles about my learning materials progress&lt;/p&gt;

&lt;p&gt;Bye😁&lt;/p&gt;

</description>
      <category>react</category>
      <category>node</category>
      <category>reactnative</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
