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

Add Expo Go support #57

Merged
merged 16 commits into from
Apr 2, 2024
Merged

Add Expo Go support #57

merged 16 commits into from
Apr 2, 2024

Conversation

franciszekjob
Copy link
Collaborator

@franciszekjob franciszekjob commented Mar 29, 2024

This PR adds support for running Expo Go apps in React Native IDE. Most of its logic related with ensuring presence and versioning of Expo Go relies on the code from @expo library.

Key features:

  1. Recognition of Expo Go usage is accomplished by executing a JavaScript script that utilizesresolveOptionsAsync function from @expo.
  2. Downloading Expo Go .apk and .app file is also handled by function from @expo. We execute JS script that uses downloadExpoGoAsync.
  3. Launching the app is performed with the deep link with expo scheme. This functionality was implemented before, but with this PR, we also add the choice of using expo-go as the deep link parameter

Copy link

vercel bot commented Mar 29, 2024

@franciszekjob is attempting to deploy a commit to the software-mansion Team on Vercel.

To accomplish this, @franciszekjob needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Copy link

vercel bot commented Apr 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-ide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 9:02pm

@kmagiera kmagiera merged commit 961ae52 into main Apr 2, 2024
2 of 3 checks passed
@kmagiera kmagiera deleted the @franciszekjob/expo-go-support branch April 2, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants