<?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: G Ntf</title>
    <description>The latest articles on DEV Community by G Ntf (@ntf23).</description>
    <link>https://dev.to/ntf23</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%2F877144%2Fa95de8c4-fa23-45f1-9253-df5dc880e311.jpg</url>
      <title>DEV Community: G Ntf</title>
      <link>https://dev.to/ntf23</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ntf23"/>
    <language>en</language>
    <item>
      <title>React native: Camera is not active</title>
      <dc:creator>G Ntf</dc:creator>
      <pubDate>Tue, 14 Jun 2022 16:50:55 +0000</pubDate>
      <link>https://dev.to/ntf23/react-native-camera-is-not-active-kjd</link>
      <guid>https://dev.to/ntf23/react-native-camera-is-not-active-kjd</guid>
      <description>&lt;p&gt;I'm developing my library for react-native. I need to use camera. &lt;br&gt;
I found nice packages &lt;code&gt;react-native-camera-kit&lt;/code&gt; and &lt;code&gt;react-native-vision-camera&lt;/code&gt; &lt;br&gt;
I created my lib using create-react-native-library (&lt;a href="https://github.com/callstack/react-native-builder-bob"&gt;https://github.com/callstack/react-native-builder-bob&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Added &lt;code&gt;react-native-camera-kit&lt;/code&gt; to &lt;code&gt;devDependencies&lt;/code&gt; and &lt;code&gt;peerDependencies&lt;/code&gt;. Added and configured &lt;code&gt;react-native-camera-kit&lt;/code&gt; to my app&lt;/p&gt;

&lt;p&gt;When I'm using react-native-camera-kit inside my app everything is ok.&lt;br&gt;
I created component with react-native-camera-kit inside my lib and export it. &lt;br&gt;
When I'm trying to use this component I'm getting an error Camera is closed &lt;/p&gt;

&lt;p&gt;Again. Using &lt;code&gt;react-native-camera-kit&lt;/code&gt; directly inside app - OK. Using &lt;code&gt;react-native-camera-kit&lt;/code&gt; through my lib - Error &lt;/p&gt;

&lt;p&gt;Maybe somebody knows what to do.&lt;br&gt;
Thanks&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>android</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
