<?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.us-east-2.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>AniUI 0.7.0 — 148 components, gooey animations, new carousels, and foldable UI coming next (free, open source, shadcn-style for React Native)</title>
      <dc:creator>Anish L</dc:creator>
      <pubDate>Fri, 11 Sep 2026 07:43:10 +0000</pubDate>
      <link>https://dev.to/anishlp7/aniui-070-148-components-gooey-animations-new-carousels-and-foldable-ui-coming-next-free-9dm</link>
      <guid>https://dev.to/anishlp7/aniui-070-148-components-gooey-animations-new-carousels-and-foldable-ui-coming-next-free-9dm</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwfjsf7vs0dhktvclurco.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwfjsf7vs0dhktvclurco.png" alt=" " width="799" height="386"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For anyone who hasn't seen it: AniUI is a shadcn/ui-style component library for React Native. You don't npm install it — you copy the component source straight into your project via CLI:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npx @aniui/cli add button&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;You own the code, customize whatever you want, no black-box dependency. Built on Uniwind (new default, 2-3x faster than NativeWind) or NativeWind, rn-primitives for accessibility, strict TypeScript, zero StyleSheet.create.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;148&lt;/strong&gt; components now. Still fully free, MIT licensed, supports Expo SDK 54 through 57 plus bare RN 0.76+.&lt;/p&gt;

&lt;p&gt;0.6.0 — AutoComplete + full docs overhaul&lt;/p&gt;

&lt;p&gt;New AutoComplete component — free-text input with inline filtered suggestions. Distinct from Combobox's modal-select and SearchBar's no-suggestions approach. Three different components for three different use cases.&lt;/p&gt;

&lt;p&gt;Swept 9 components that fell under the 48dp minimum touch-target rule — PromptInput, Stepper, Select, DropdownMenu, Calendar, Menubar and more. Added a lint script so it can't regress.&lt;/p&gt;

&lt;p&gt;Docs sidebar rebuilt from one flat 94-item list into 8 collapsible purpose-based categories.&lt;/p&gt;

&lt;p&gt;Every component's doc page now pulls its source snippet live from the actual file — no more hand-copied stale code blocks.&lt;/p&gt;

&lt;p&gt;Unified all code blocks onto Shiki with real dual light/dark themes.&lt;/p&gt;

&lt;p&gt;0.6.1 — Demos that look like real apps&lt;/p&gt;

&lt;p&gt;Rewrote all example-app demos from generic prop galleries into realistic screens — settings pages, checkout flows, a full ChatGPT-style chat composer, a swipe-to-archive inbox, dashboards.&lt;/p&gt;

&lt;p&gt;Fixed Select, Popover, Tooltip, HoverCard and DropdownMenu all opening with a weird extra offset. The accessibility layer was measuring the forced 48x48 touch-target box instead of the actual trigger content.&lt;/p&gt;

&lt;p&gt;Docs site no longer flashes light mode before switching to dark on load.&lt;/p&gt;

&lt;p&gt;0.7.0 — Gooey animations + new carousels&lt;/p&gt;

&lt;p&gt;2 new carousels:&lt;/p&gt;

&lt;p&gt;Vertical Flow Carousel — tap-to-focus stack with tilt, scale and blur on neighbors.&lt;/p&gt;

&lt;p&gt;Vertical Page Carousel — full-bleed vertical pager with haptics.&lt;/p&gt;

&lt;p&gt;New gooey/morph family:&lt;/p&gt;

&lt;p&gt;Morph FAB, Gooey Popover, Gooey Search Tabs — shapes that blob-merge into each other on interaction. The kind of animation you'd expect from a native app, not a React Native one.&lt;/p&gt;

&lt;p&gt;Bug fixes: Rounded card corners getting clipped into a plain rectangle on one carousel. Curved bottom-tab bar drifting and clipping its notch near screen edges. Draggable icon dock mis-mapping touches with padding. Bottom-sheet Tray that would open once and silently fail to reopen — a Modal remount race on Android.&lt;/p&gt;

&lt;p&gt;Docs sidebar reorganized by what a component actually is — dedicated Buttons section, Carousels promoted to top-level, consolidated Loaders section.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's next — foldable UI&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Apple just launched the Duo — their foldable iPhone. Samsung has had foldables for years.&lt;/p&gt;

&lt;p&gt;Next up for AniUI: adaptive components that respond to fold state. Components that flip, unfold and reflow naturally as the device opens and closes.&lt;/p&gt;

&lt;p&gt;Nobody in the React Native ecosystem is building for foldables properly yet. We're changing that.&lt;/p&gt;

&lt;p&gt;Docs: &lt;a href="//aniui.dev"&gt;aniui.dev&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Happy to answer questions or take feature requests — always looking for what's missing.&lt;/p&gt;

</description>
      <category>mobile</category>
      <category>opensource</category>
      <category>reactnative</category>
      <category>ui</category>
    </item>
    <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>
