What it proves
No monorepo shortcut.
The starter installs/builds through the intended package or source-ownership boundary instead of silently resolving private workspace internals.
Starter app ยท Packed package boundary
Bare React Native / Metro consumer proving BeeUI works without Expo application ownership.
pnpm build
cd examples/bare-rn-consumer
bash setup.sh
bash bundle.sh
What it proves
The starter installs/builds through the intended package or source-ownership boundary instead of silently resolving private workspace internals.
Distribution truth
Public npm/CLI distribution is not implied. Repository examples use packed package artifacts or committed source ownership until the owner-gated publication step occurs.