Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 798 Bytes

File metadata and controls

24 lines (18 loc) · 798 Bytes

Contributing

Setup

bun install --minimum-release-age 0
bun run check

Install 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.

Pull requests

  • 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.