<?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: Ashwini Padmanabhi</title>
    <description>The latest articles on DEV Community by Ashwini Padmanabhi (@padasuwini).</description>
    <link>https://dev.to/padasuwini</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%2F395756%2F66a3df60-9165-4bca-b2a7-d139025b41e2.jpg</url>
      <title>DEV Community: Ashwini Padmanabhi</title>
      <link>https://dev.to/padasuwini</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/padasuwini"/>
    <language>en</language>
    <item>
      <title>Behind the Scenes,React Native</title>
      <dc:creator>Ashwini Padmanabhi</dc:creator>
      <pubDate>Thu, 28 May 2020 16:57:29 +0000</pubDate>
      <link>https://dev.to/padasuwini/behind-the-scenes-react-native-f9d</link>
      <guid>https://dev.to/padasuwini/behind-the-scenes-react-native-f9d</guid>
      <description>&lt;p&gt;Above explains the internal working of the react native application. Where  the code can be divided in two parts such as special components(..etc) and the JavaScript code. Now the special components are only compiled to native views and not the JavaScript code. The JavaScript code is kept separately and  is written according to the business logic. Now we can use the API  native component such as camera because the JavaScript code runs internally in your app ,where we have virtual JavaScript machine running internally by react native. This virtual machine knows how to talk to native machine by using bridge present internally inside react native application.&lt;/p&gt;

&lt;p&gt;The native views which can be on any native platform iOS or Android can be used by writing a single code.This reduces the cost of the application and hence is preferred more these days..&lt;/p&gt;

&lt;p&gt;Hope it was helpful!&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>node</category>
      <category>android</category>
      <category>ios</category>
    </item>
    <item>
      <title>Success doesn't come easy... </title>
      <dc:creator>Ashwini Padmanabhi</dc:creator>
      <pubDate>Tue, 26 May 2020 15:29:04 +0000</pubDate>
      <link>https://dev.to/padasuwini/success-doesn-t-come-easy-2jci</link>
      <guid>https://dev.to/padasuwini/success-doesn-t-come-easy-2jci</guid>
      <description>&lt;p&gt;There is always a tons of effort and discipline behind every success.&lt;/p&gt;

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