Commit aa18f89
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments