You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The core team works directly on GitHub and all work is public.
13
13
> **Working on your first pull request?** You can learn how from this _free_ series: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github).
14
14
15
15
1. Fork the repo and create your branch from `main` (a guide on [how to fork a repository](https://help.github.com/articles/fork-a-repo/)).
16
-
2. Run `yarn bootstrap` on the root level, to setup the development environment.
16
+
2. Run `yarn` on the root level, to setup the development environment.
17
17
3. Do the changes you want and test them out in the example app before sending a pull request.
18
18
19
19
### Commit message convention
@@ -58,6 +58,9 @@ When you're working on a component:
58
58
59
59
The example app uses [Expo](https://expo.dev/) for the React Native example. You will need to install the Expo app for [Android](https://play.google.com/store/apps/details?id=host.exp.exponent) and [iOS](https://itunes.apple.com/app/apple-store/id982107779) to start developing.
60
60
61
+
> [!IMPORTANT]
62
+
> The example app is built with `[email protected]` and Expo SDK 52, which isn’t compatible with Expo Go. To run the app, you have to create a [development build](https://docs.expo.dev/develop/development-builds/create-a-build/).
63
+
61
64
After you're done, you can run `yarn example start` in the project root (or `npx expo start` in the `example/` folder) and scan the QR code to launch it on your device.
62
65
63
66
To run the example on web, run `yarn example web` in the project root.
0 commit comments