Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Open a specific update or channel #113

Closed
dereklucas opened this issue Dec 6, 2023 · 0 comments · Fixed by #134
Closed

feat: Open a specific update or channel #113

dereklucas opened this issue Dec 6, 2023 · 0 comments · Fixed by #134

Comments

@dereklucas
Copy link

Is your feature request related to a problem? Please describe.

We use a pattern of development where we have infrequent builds but frequent updates. We ship a new build when the native code in our dev client changes. Then, whenever a PR is opened we create a channel and ship an update on that channel. Then, we use the dev client build build to load those updates. This lets us QA our code changes without the time sink of native app builds.

Describe the solution you'd like

Ideally expo-orbit://u.expo.dev/[project ID]?channel-name=pr-875 would open a dev client in the simulator and load the update. Likely, we'd need to specific the build to use as well, but I'm unsure how that works on EAS.

Additionally, it'd be great to have the expo-orbit:// schema documented so that we could have an automated PR comment that simply opens Orbit. Unfortunately, getting native app schemes working in PR comments is frustrating..

Additional context

No response

@dereklucas dereklucas changed the title Open a specific update or channel Feat: Open a specific update or channel Dec 6, 2023
@dereklucas dereklucas changed the title Feat: Open a specific update or channel feat: Open a specific update or channel Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants