Package Exports
- react-native-liquid-glass-ui
- react-native-liquid-glass-ui/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-liquid-glass-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-liquid-glass-ui
A React Native component library for creating beautiful liquid glass effects with glassmorphism and blur.
Installation
npm install react-native-liquid-glass-ui
or
yarn add react-native-liquid-glass-ui
Usage
import { LiquidGlass } from "react-native-liquid-glass-ui";
// ...
<LiquidGlass>
<Text>Your content here</Text>
</LiquidGlass>;
Features
- 🎨 Beautiful glassmorphism effects
- 💧 Liquid-like animations
- 📱 iOS and Android support
- 🎯 TypeScript support
- ⚡ High performance
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with ❤️