<?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: ASHISH TIWARI</title>
    <description>The latest articles on DEV Community by ASHISH TIWARI (@strtux).</description>
    <link>https://dev.to/strtux</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4062075%2F4db9e37d-4cbb-4db6-a57f-fe5b4685fac6.png</url>
      <title>DEV Community: ASHISH TIWARI</title>
      <link>https://dev.to/strtux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/strtux"/>
    <language>en</language>
    <item>
      <title>Shad CN UI Of react native</title>
      <dc:creator>ASHISH TIWARI</dc:creator>
      <pubDate>Tue, 04 Aug 2026 08:54:26 +0000</pubDate>
      <link>https://dev.to/strtux/shad-cn-ui-of-react-native-4kd7</link>
      <guid>https://dev.to/strtux/shad-cn-ui-of-react-native-4kd7</guid>
      <description>&lt;p&gt;Every RN UI library I tried was either Expo-only, added 2MB+ to my bundle, or forced me into their theming system I couldn't easily override.&lt;/p&gt;

&lt;p&gt;So I built KROS UI — inspired by shadcn/ui's philosophy: you don't install a package, you copy the component source directly into your project. You own the code, you can edit it however you want.&lt;/p&gt;

&lt;p&gt;What's in it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;35+ components (Button, Card, Dialog, Data Table, Calendar, Carousel, etc.)&lt;/li&gt;
&lt;li&gt;A Tailwind-style utility system (applyTw) so you can write &lt;code&gt;applyTw('flex-1 bg-black px-4')&lt;/code&gt; instead of StyleSheet.create()&lt;/li&gt;
&lt;li&gt;Pure React Native CLI — no Expo dependency&lt;/li&gt;
&lt;li&gt;Built-in dark/light theme system&lt;/li&gt;
&lt;li&gt;18 Poppins font weights pre-linked&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's MIT licensed and still actively growing (~35% of planned components done).&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/StrTux/KROS-UI" rel="noopener noreferrer"&gt;https://github.com/StrTux/KROS-UI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback, especially from folks who've hit the same "why is every RN UI lib either too heavy or too rigid" frustration.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
