rn-feav-ui 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +21 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-feav-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
package/readme.md ADDED
@@ -0,0 +1,21 @@
1
+ # 🌈 RN FEAV UI
2
+
3
+ Modern **Glassmorphism + Soft UI** component library for React Native
4
+ Lightweight • Beautiful • Dark Mode Ready
5
+
6
+ ---
7
+
8
+ ## ✨ Features
9
+
10
+ - 🧊 Glassmorphism UI (no blur, performance friendly)
11
+ - 🌗 Light / Dark mode support
12
+ - 🎨 Soft UI (neumorphism)
13
+ - ⚡ Pure React Native (no native dependency)
14
+ - 🎯 Easy to customize theme
15
+
16
+ ---
17
+
18
+ ## 📦 Installation
19
+
20
+ ```bash
21
+ npm install rn-feav-ui