Expo has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.
If you want to work against the latest branch for contributions, you can use apps/sandbox
.
apps/sandbox
is a basic playground for developing the Expo Router package, please don't open PRs specifically to improve the tester.
- Run
yarn
in the root of the repo to install dependencies. - Run
yarn start
in the root to compile thepackages/
- Change directory to
apps/sandbox
and runyarn start
to start the demo app. - Modify the contents of
apps/sandbox/app/
to use the router.
- Run
yarn
indocs/
to install dependencies. - Run
yarn start
indocs/
to start the docs site.