Skip to content

Commit aa18f89

Browse files
NateIsernclaude
andcommitted
chore(deps): pin expo-glass-effect, a peer Bloom 1.0 actually reaches
`@oxyhq/bloom/button` imports `theme/glass-colors`, which imports `expo-glass-effect` — so it is on a path this app bundles today, not a hypothetical one. It was resolving only because bun auto-installed it as an unlisted peer; declaring it is what keeps that true, at the version the SDK pins (Mention pins the same `~57.0.1`). Bloom's other new required peer, `expo-symbols`, is left out: it is reached only from the root barrel and `tab-bar`, and this app imports neither — every Bloom import here is a subpath. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent b64c76f commit aa18f89

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"expo-document-picker": "~57.0.1",
4545
"expo-file-system": "~57.0.1",
4646
"expo-font": "~57.0.1",
47+
"expo-glass-effect": "~57.0.1",
4748
"expo-haptics": "~57.0.1",
4849
"expo-image": "~57.0.1",
4950
"expo-image-picker": "~57.0.6",

0 commit comments

Comments
 (0)