calblueprint / alemany

1 stars 0 forks source link

Enable Expo publishing #80

Closed kbrgl closed 2 years ago

kbrgl commented 2 years ago

Summary

This PR sets up our ability to deliver our project to Alemany Farm on a continuous basis. In a nutshell, it adds the "owner" key to app.json, which means that when you run expo publish, it will publish to the following link:

https://expo.dev/@alemanyfarm/alemany?serviceType=classic&distribution=expo-go

Test Plan

How should the person reviewing this PR test it out? For example, what screens in the app should they go to?

First, make your Expo account and make sure you've been added to the Expo organization. IN THEORY, if you run Expo publish, it should publish directly to the NPO—DO NOT DO THIS, since it might publish your work-in-progress branch. We'll all test this together. :smile:

Notes

(You can leave this empty if you don't have anything.)

Next Steps

Send the link to the NPO and deploy this :)))

Relevant Links

https://docs.expo.dev/workflow/publishing/#how-to-publish

Online Sources

Related PRs

Screenshots and Tests

If your feature is visual, attach before/after screenshots and ensure that tests still pass