@ankhorage/zora 0.0.1 → 0.0.2
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.
- package/CHANGELOG.md +6 -0
- package/README.md +4 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -159,12 +159,9 @@ bun add @ankhorage/zora @ankhorage/surface
|
|
|
159
159
|
|
|
160
160
|
There is a runnable Expo showcase app in [`examples/expo-showcase`](./examples/expo-showcase).
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
The example uses the published package by default, so you can install and start it directly:
|
|
163
163
|
|
|
164
164
|
```bash
|
|
165
|
-
bun install
|
|
166
|
-
bun run build
|
|
167
|
-
|
|
168
165
|
cd examples/expo-showcase
|
|
169
166
|
npm install
|
|
170
167
|
npm run start
|
|
@@ -185,11 +182,13 @@ The showcase uses all current ZORA exports:
|
|
|
185
182
|
- layouts
|
|
186
183
|
- `ZoraProvider` with `createZoraTheme(...)`
|
|
187
184
|
|
|
185
|
+
If you want the example to consume unpublished local repo changes instead, switch `@ankhorage/zora` in `examples/expo-showcase/package.json` back to `file:../..`, then run a root build before installing the example.
|
|
186
|
+
|
|
188
187
|
---
|
|
189
188
|
|
|
190
189
|
## Status
|
|
191
190
|
|
|
192
|
-
- v0.0.
|
|
191
|
+
- v0.0.2 – Bootstrap phase
|
|
193
192
|
|
|
194
193
|
---
|
|
195
194
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/zora",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"description": "Opinionated React Native and React Native Web UI kit built on @ankhorage/surface.",
|
|
6
6
|
"homepage": "https://github.com/ankhorage/zora#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@ankhorage/surface": "^0.1.
|
|
42
|
+
"@ankhorage/surface": "^0.1.4"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
45
|
"dist",
|