<?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: Archana Sharma</title>
    <description>The latest articles on DEV Community by Archana Sharma (@archanasharma95).</description>
    <link>https://dev.to/archanasharma95</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%2F546912%2Fcd13a252-a165-4d9b-8cba-709091ce93da.png</url>
      <title>DEV Community: Archana Sharma</title>
      <link>https://dev.to/archanasharma95</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/archanasharma95"/>
    <language>en</language>
    <item>
      <title>Turbo native module setup with react-native 0.78</title>
      <dc:creator>Archana Sharma</dc:creator>
      <pubDate>Sat, 05 Apr 2025 07:51:15 +0000</pubDate>
      <link>https://dev.to/archanasharma95/turbo-native-module-setup-with-react-native-078-56pg</link>
      <guid>https://dev.to/archanasharma95/turbo-native-module-setup-with-react-native-078-56pg</guid>
      <description>&lt;p&gt;Struggling with Turbo Native Module Setup in React Native (AppDelegate.swift)&lt;/p&gt;

&lt;p&gt;I'm trying to create a NativeSplashScreen Turbo Native Module for my React Native app, but I've been stuck for hours due to the lack of proper and up-to-date documentation on setting up Turbo Native Modules—especially with the latest architecture changes.&lt;/p&gt;

&lt;p&gt;To make things more challenging, my AppDelegate.m has now been migrated to AppDelegate.swift, and most available guides still reference the old Objective-C setup. This makes it even harder to get things working properly.&lt;/p&gt;

&lt;p&gt;Inside my app, I want to create two to three Turbo Native Modules, but without a clear, updated, and Swift-compatible guide, it's been extremely frustrating.&lt;/p&gt;

&lt;p&gt;If anyone has a step-by-step guide or an example repository for setting up Turbo Native Modules using the new architecture with Swift (AppDelegate.swift), it would be a huge help—not just for me but for many others facing the same roadblock.&lt;/p&gt;

&lt;p&gt;Please consider updating the official documentation to reflect the current setup with Swift and the new architecture.&lt;/p&gt;

&lt;p&gt;Any guidance or help would be greatly appreciated!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>React return 'null' vs return 'false'. Which is better and why?</title>
      <dc:creator>Archana Sharma</dc:creator>
      <pubDate>Fri, 07 Jun 2024 03:41:58 +0000</pubDate>
      <link>https://dev.to/archanasharma95/react-return-null-vs-return-false-which-is-better-and-why-hk1</link>
      <guid>https://dev.to/archanasharma95/react-return-null-vs-return-false-which-is-better-and-why-hk1</guid>
      <description>&lt;p&gt;I have read some articles about stopping using the return 'null' as well as using 'null' over 'false'. Please tell me what we can use and why. Also, their importance and usage.&lt;/p&gt;

&lt;p&gt;I have followed two articles and both support different things. But how does React work in both cases, please explain in detail.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@davidkelley87/stop-using-return-null-in-react-a2ebf08fc9cd#:~:text=While%20using%20return%20false%20instead,it%20should%20not%20render%20anything"&gt;stop using null&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tech.jotform.com/return-null-vs-return-false-in-react-826d8abcc429"&gt;supporting return null&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please suggest.&lt;/p&gt;

</description>
      <category>react</category>
    </item>
    <item>
      <title>How to generate the React Native code when building an app using React JS drag/drop type builder?</title>
      <dc:creator>Archana Sharma</dc:creator>
      <pubDate>Fri, 18 Aug 2023 10:23:08 +0000</pubDate>
      <link>https://dev.to/archanasharma95/how-to-generate-the-react-native-code-when-building-an-app-using-react-js-dragdrop-type-builder-57b2</link>
      <guid>https://dev.to/archanasharma95/how-to-generate-the-react-native-code-when-building-an-app-using-react-js-dragdrop-type-builder-57b2</guid>
      <description>&lt;p&gt;I am creating a React js app builder which is built using React JS. The canvas part where I am creating a screen is used react-native-web to drag the component and drop the react native one. Because this builder later will be used as a React Native app.&lt;/p&gt;

&lt;p&gt;Requirement:: Building React Native app using React JS drag and drop app builder.&lt;/p&gt;

&lt;p&gt;Steps: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I have used react-native-web too so that inside React JS app builder I can create a screen using the React-Native component to maintain the consistency of the app and builder as well as I can reuse the same component code on both sides.&lt;/li&gt;
&lt;li&gt;After drag and drop I generate a screen view using the JSON I have saved in React js builder.&lt;/li&gt;
&lt;li&gt;I am having a confusing in the third step, now I have shown the screen inside React js app builder, and my JSON is also ready but how can I convert the JSON or that screen to React Native code? I need React native code to build a mobile app which is the last and most crucial step of this project. &lt;/li&gt;
&lt;li&gt;Do I need to convert the created JSON into React native code? If yes, is there any tool, library or package available for this?&lt;/li&gt;
&lt;li&gt;Is there any method to convert the build screen into React Native code?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Please help me to figure out what is an appropriate method to build React Native code from React JS app builder.&lt;/p&gt;

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