npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@byarcadia-app/aether

v0.1.1

Published

> **Alpha** — This library is in early development. APIs will change. Use at your own risk.

Downloads

147

Readme

@byarcadia-app/aether 🌬️

Alpha — This library is in early development. APIs will change. Use at your own risk.

iOS-first React Native component library built as a Tailwind CSS / NativeWind preset for Expo.

Named after the Greek primordial deity of light and the pure upper air that gods breathe — Aether sits between your app and the design layer, providing the atmosphere for your UI.

iOS only. This library targets iOS exclusively. I'm building it for my own projects where iOS is the only platform I care about. Android and web are not supported and won't be.

What it does

  • Tailwind Preset — HSLA color token system (25+ semantic tokens) with light and dark themes
  • Theme Providers — automatic dark mode via NativeWind CSS variables (vars() API), global animation control with iOS Reduce Motion support
  • TypographyHeading, Text, Caption components following iOS HIG sizing
  • Layout — VStack, HStack polymorphic flexbox primitives
  • Icons — IconSymbol with SF Symbols (iOS), theme color integration, separate entrypoint
  • ButtonsButton (5 variants, shimmer, loading), GlassButton (iOS 26+ Liquid Glass), HighlightTappable
  • Surface — Layered backgrounds with visual hierarchy (solid, glass, fog variants)
  • Card — Compound card component (header, body, footer, image) with optional pressable
  • FormsTextField compound input (label, validation, clearable, multiline, animated focus) and ErrorView
  • List — Compound list component (items, sections, collapsible, accessories, chevron) following iOS Settings patterns
  • Skeleton — Pulsing loading placeholder with theme-aware colors
  • ScrollFade — Gradient fade overlay for scroll container edges
  • AnimationWrapper — Declarative enter/exit/layout animation wrapper
  • React Navigation — theme integration hook
  • Inter Font — built-in font loading for the Inter family
  • Utilities — class-name merging (cn, cnx), HSLA color manipulation, compound component child extraction

Inspiration

This project draws heavily from:

  • React Aria — Adobe's headless UI primitives. The gold standard for accessible component architecture and composable API design.
  • HeroUI Native — A React Native component library built on NativeWind and tailwind-variants. Closest to what Aether aims to be in terms of styling approach.
  • RN Primitives — Unstyled, accessible primitives for React Native.
  • React Native Reusables — shadcn/ui patterns adapted for React Native.

Documentation

Example App

A complete working integration lives in example/. It demonstrates provider setup, Storybook integration, and all component variants.

pnpm example:start    # Start Expo dev server
pnpm example:ios      # Run on iOS simulator

Requirements

| Dependency | Version | | ------------------------ | ----------- | | React | >= 18 | | React Native | >= 0.72 | | NativeWind | >= 4 | | react-native-reanimated | >= 3 | | @callstack/liquid-glass | >= 0.7 | | expo-linear-gradient | >= 14 | | expo-haptics | >= 14 | | Tailwind CSS | ^3.3.5 | | @expo-google-fonts/inter | >= 0.4.2 | | Expo | recommended |

License

MIT