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
- Android setup is trickier: you'll want to launch your Android emulator first, then run `npm run android`.
16
+
-For iOS: `npm run ios`
17
+
- For Android: launch your Android emulator first, then run `npm run android`.
18
18
19
19
## Note
20
20
The Calendar won't work until you give it a Google Calendar API key. You should [create one yourself](https://console.developers.google.com/projectselector/apis/credentials)!
@@ -26,4 +26,4 @@ The Calendar won't work until you give it a Google Calendar API key. You should
26
26
* Bugs! All bugs should have the [`bug/general`](https://github.com/StoDevX/AAO-React-Native/labels/bug%2Fgeneral) or [`bug/layout`](https://github.com/StoDevX/AAO-React-Native/labels/bug%2Flayout) label in the issues
27
27
* Enhancements! All ideas for improvement that are not being worked on should be [`closed` and labelled as `discussion`](https://github.com/StoDevX/AAO-React-Native/issues?utf8=%E2%9C%93&q=is%3Aclosed%20is%3Aissue%20label%3Astatus%2Fdiscussion)
28
28
29
-
For full information, see [CONTRIBUTING](CONTRIBUTING.md)
29
+
For full information, see [CONTRIBUTING.md](CONTRIBUTING.md).
0 commit comments