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

Interact with apps on local emulator by specifying URL to their file #50

Open
amalik2 opened this issue Apr 27, 2021 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@amalik2
Copy link
Contributor

amalik2 commented Apr 27, 2021

Ideally, create a desktop app associated with a specific URL scheme that would be opened automatically. Useful for CI environments where canary versions of apps can be tested with storybook

Example:
sb-native://app?url=URL_TO_DOWNLOAD_APP
should download the mobile app from the URL query param, open the desktop app, and start storybook

@amalik2 amalik2 added the enhancement New feature or request label Apr 27, 2021
@amalik2
Copy link
Contributor Author

amalik2 commented May 31, 2021

More info:

  • The desktop app should either be a web browser, or a normal electron app
  • The desktop app needs to be able to communicate with an emulator open on the local machine, or ideally, it should ship with an emulator directly
  • This is so that people can view static storybooks without needing to use appetize.io
  • The mobile app needs to be installed onto the emulator

@amalik2
Copy link
Contributor Author

amalik2 commented Jul 23, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant