<?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: LuckyArthas</title>
    <description>The latest articles on DEV Community by LuckyArthas (@luckyarthas).</description>
    <link>https://dev.to/luckyarthas</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%2F597801%2F22df46ad-d06d-403d-9f0f-08150d957afa.jpeg</url>
      <title>DEV Community: LuckyArthas</title>
      <link>https://dev.to/luckyarthas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/luckyarthas"/>
    <language>en</language>
    <item>
      <title>Error: Expo validation using react-native-form-validation</title>
      <dc:creator>LuckyArthas</dc:creator>
      <pubDate>Thu, 13 May 2021 07:01:35 +0000</pubDate>
      <link>https://dev.to/luckyarthas/error-expo-validation-using-react-native-form-validation-3g4n</link>
      <guid>https://dev.to/luckyarthas/error-expo-validation-using-react-native-form-validation-3g4n</guid>
      <description>&lt;p&gt;This is react expo project and the error appeared when using react-native-form-validation for validation.&lt;/p&gt;

&lt;p&gt;
    value={fullName}&lt;br&gt;
    label="Full Name"&lt;br&gt;
    captionTextStyle={styles.captionTextStyle}&lt;br&gt;
    caption={errors.fullName.length &amp;gt; 0 &amp;amp;&amp;amp; errors.fullName}&lt;br&gt;
    status={errors.fullName.length &amp;gt; 0 ? "danger" : ""}&lt;br&gt;
    onChangeText={value =&amp;gt; this.handleChange("fullName", value)}&lt;br&gt;
/&amp;gt;&lt;br&gt;
This is one part of validation Input using react-native-ui-kitten.&lt;/p&gt;

&lt;p&gt;The error runs because all the texts in input like labels and inputting texts.&lt;/p&gt;

&lt;p&gt;I didn't find the reason why this error happened.&lt;/p&gt;

&lt;p&gt;"""Error:&lt;br&gt;
10:03&lt;br&gt;
fontFamily "$text-font-family" is not a system font and has not been loaded through Font.loadAsync.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;If you intended to use a system font, make sure you typed the name correctly and that it is supported by your device operating system.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If this is a custom font, be sure to load it with Font.loadAsync.&lt;br&gt;
"""&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is urgent problem... please help me. Thanks.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is Apollo Firebase? And How to use Apollo Firebase with graphql on React Native?</title>
      <dc:creator>LuckyArthas</dc:creator>
      <pubDate>Fri, 19 Mar 2021 07:32:21 +0000</pubDate>
      <link>https://dev.to/luckyarthas/what-is-apollo-firebase-and-how-to-use-apollo-firebase-with-graphql-on-react-native-12f8</link>
      <guid>https://dev.to/luckyarthas/what-is-apollo-firebase-and-how-to-use-apollo-firebase-with-graphql-on-react-native-12f8</guid>
      <description>&lt;p&gt;I want create apollo firebase server with graphql on React Native.&lt;br&gt;
I don't know what the apollo firebase is and no experience in graphql.&lt;br&gt;
Thanks.&lt;/p&gt;

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