@onlynative/components 0.1.1-alpha.2 → 0.1.1-alpha.3

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/README.md +7 -1
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -5,7 +5,13 @@ Material Design 3 UI components for React Native, part of [OnlyNative UI](https:
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- pnpm add @onlynative/core @onlynative/components @expo/vector-icons react-native-safe-area-context
8
+ pnpm add @onlynative/core @onlynative/components react-native-safe-area-context
9
+ ```
10
+
11
+ **Optional** — only needed if you plan to use icons in your app:
12
+
13
+ ```bash
14
+ pnpm add @expo/vector-icons
9
15
  ```
10
16
 
11
17
  Wrap your app with `ThemeProvider` from `@onlynative/core` (see [@onlynative/core](https://www.npmjs.com/package/@onlynative/core)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlynative/components",
3
- "version": "0.1.1-alpha.2",
3
+ "version": "0.1.1-alpha.3",
4
4
  "description": "Material Design 3 UI components for React Native — Button, Card, Chip, TextField, and more.",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -139,8 +139,7 @@
139
139
  }
140
140
  },
141
141
  "publishConfig": {
142
- "access": "public",
143
- "provenance": true
142
+ "access": "public"
144
143
  },
145
144
  "files": [
146
145
  "dist"
@@ -166,7 +165,7 @@
166
165
  },
167
166
  "peerDependencies": {
168
167
  "@expo/vector-icons": ">=14.0.0",
169
- "@onlynative/core": ">=0.1.1-alpha.2",
168
+ "@onlynative/core": ">=0.1.1-alpha.3",
170
169
  "react": ">=18.0.0",
171
170
  "react-native": ">=0.72.0",
172
171
  "react-native-safe-area-context": ">=4.0.0"