<?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: Anish L</title>
    <description>The latest articles on DEV Community by Anish L (@anishlp7).</description>
    <link>https://dev.to/anishlp7</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%2F3853952%2Fe64f7bf7-53cb-45ba-919e-097954bc2146.jpg</url>
      <title>DEV Community: Anish L</title>
      <link>https://dev.to/anishlp7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anishlp7"/>
    <language>en</language>
    <item>
      <title>I built shadcn/ui for React Native— here's why and what I learned</title>
      <dc:creator>Anish L</dc:creator>
      <pubDate>Tue, 31 Mar 2026 17:45:53 +0000</pubDate>
      <link>https://dev.to/anishlp7/i-built-shadcnui-for-react-native-heres-why-and-what-i-learned-19go</link>
      <guid>https://dev.to/anishlp7/i-built-shadcnui-for-react-native-heres-why-and-what-i-learned-19go</guid>
      <description>&lt;p&gt;Every time I started a new React Native project, I faced the same frustration. On the web I had shadcn/ui — copy-paste components, own the code, customize everything with Tailwind. On React Native I had two choices: install a heavy npm package and fight abstractions every time I needed to tweak something, or build every component from scratch and waste the first week of every project on buttons and inputs.&lt;/p&gt;

&lt;p&gt;Neither felt right. So I built a third option.&lt;/p&gt;

&lt;p&gt;What is AniUI?&lt;/p&gt;

&lt;p&gt;AniUI is an open source React Native component library that takes the same approach as shadcn/ui. Copy-paste components directly into your project, own every line of code, and customize freely with NativeWind. No lock-in, no surprise breaking changes, no fighting abstractions.&lt;/p&gt;

&lt;p&gt;Docs: &lt;a href="//aniui.dev"&gt;aniui.dev&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="//github.com/anishlp7/aniui"&gt;github.com/anishlp7/aniui&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why copy-paste instead of npm install?&lt;/p&gt;

&lt;p&gt;When you install a component library as a package you're locked into their versioning, deep customization means fighting their abstractions, and updates can break your UI unexpectedly. When you copy-paste, the code lives in your project. You own it completely. Customize anything without workarounds.&lt;/p&gt;

&lt;p&gt;shadcn/ui proved this model works brilliantly for web. AniUI brings the same philosophy to React Native.&lt;/p&gt;

&lt;p&gt;What's inside right now?&lt;/p&gt;

&lt;p&gt;Phases 1 and 2 are complete with 50+ components including buttons, inputs with leading/trailing icons and password toggle, modals, bottom sheets, toasts, cards, badges, avatars, skeleton loaders, OTP input, swipeable list item, stepper, FAB, empty state and action sheet.&lt;/p&gt;

&lt;p&gt;Phase 2 added charts (line, bar, pie, area), pre-built blocks for auth, dashboards, settings and onboarding, plus an examples folder with working setups for Expo 54, Expo 55 and bare React Native.&lt;/p&gt;

&lt;p&gt;Every component has unit tests living inside &lt;strong&gt;tests&lt;/strong&gt; right next to the code — copy the component, the tests come with it.&lt;/p&gt;

&lt;p&gt;How it's different from NativeBase or Gluestack?&lt;/p&gt;

&lt;p&gt;These are solid libraries and I have nothing against them. The difference is philosophy. With AniUI you own every line of code, bundle size is only what you actually use, and NativeWind customization is native — no workarounds needed.&lt;/p&gt;

&lt;p&gt;What's coming next&lt;/p&gt;

&lt;p&gt;Phase 3 is a Figma UI Kit — every component in Figma, pixel perfect match to the code, launching on pro.aniui.dev.&lt;/p&gt;

&lt;p&gt;Phase 4 brings premium screen kits for auth, onboarding, e-commerce, dashboards and social apps.&lt;/p&gt;

&lt;p&gt;Phase 5 is a Figma plugin to export designs directly as AniUI components.&lt;/p&gt;

&lt;p&gt;Phase 6 is something big — building in public, you'll see 👀&lt;/p&gt;

&lt;p&gt;What I learned:&lt;/p&gt;

&lt;p&gt;The community shapes the product more than any roadmap does. After posting Phase 1 on Reddit the feedback was specific and actionable — tests, theming docs, input icons, Android behaviour. All of it made it into Phase 2. Build in public and listen to developers using it in real projects.&lt;/p&gt;

&lt;p&gt;Copy-paste is also harder to build than npm packages. Every component needs to be completely self-contained with zero hidden dependencies. Worth it for the developer experience though.&lt;/p&gt;

&lt;p&gt;The best way to try AniUI is to scan the Expo Go QR code in the showcase app and see everything running on your real device.&lt;/p&gt;

&lt;p&gt;Docs: &lt;a href="//aniui.dev"&gt;aniui.dev&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="//github.com/anishlp7/aniui"&gt;github.com/anishlp7/aniui&lt;/a&gt;&lt;br&gt;
Showcase: &lt;a href="//github.com/anishlp7/aniui-expo"&gt;github.com/anishlp7/aniui-expo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If this resonates with frustrations you've felt in React Native — give it a star. It helps more than you know 🙏&lt;/p&gt;

&lt;p&gt;Building AniUI fully in public — follow along on X &lt;a class="mentioned-user" href="https://dev.to/anishlp7"&gt;@anishlp7&lt;/a&gt;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>opensource</category>
      <category>expo</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
