Skip to content

ExodusMovement/liquid-glass

 
 

Repository files navigation

🧊 React Native Liquid Glass

Bring your UI into the future with React Native Liquid Glass — a sleek, glassmorphic view powered by Apple’s new UIGlassEffect in iOS 18. Perfectly frosted. Surprisingly easy.

⚠️ iOS 26+ only


✨ Features

  • System-native glassmorphism — powered by UIGlassEffect for real iOS-level transparency and blur.
  • Plug-and-play simplicity — drop it in your component tree, no native configuration required.
  • Built with TypeScript — get full IntelliSense and prop validation out of the box.
  • Safe by design — auto-fallback ensures compatibility across platforms without conditional logic.
  • Lightweight and fast — minimal footprint with zero extra dependencies.

🎬 Demo


📦 Installation

yarn add @exodus/liquid-glass

🛠 Requirements

  • iOS 26 or higher
  • Xcode 26

🚀 Usage

import LiquidGlassView from '@exodus/liquid-glass';

<LiquidGlassView
  style={{ width: 200, height: 61 }}
  onPress={() => console.log('Tapped the glass!')}
/>

🤝 Contributing

We welcome contributions! Check out our contributing guide to get started.


📄 License

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C++ 46.9%
  • TypeScript 17.9%
  • Ruby 15.1%
  • JavaScript 13.3%
  • Objective-C 5.8%
  • C 0.6%
  • Swift 0.4%