bun install --minimum-release-age 0
bun run checkInstall the development build with bun run example:ios or
bun run example:android, then start Metro with bun run example. Use
bun run example:web for browser-only work.
- Keep public API changes typed and documented in
README.md. - Keep native dependencies as peers at the root and direct dependencies of
example/so Expo autolinking sees one compatible version. - Keep gesture updates and animated shader uniforms on the UI thread.
- Add the smallest focused test that would fail before a non-trivial fix.
- Include an iOS, Android, or web verification note for visual changes.
Do not commit generated example/ios, example/android, export output, or
simulator captures.