Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 286 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 286 Bytes

rl-common

To install dependencies:

bun install

Bun Workarounds

  • when getting error: workspace dependency "example-a" not found
rm -f bun.lockb && bun install
  • bun is not resolving package versions correctly for expo
    • use yarn in the expo app