Inspired by this X post by @kadikraman, I figured it would be useful to come up with a script that could check an Expo Router project.
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.1.27. Bun is a fast all-in-one JavaScript runtime.