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: handle multiple scheme (ios) #67

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Conversation

achorein
Copy link
Owner

@achorein achorein commented May 27, 2024

Summary

The plugin does not handle multiple schemes defined in the app.json file https://docs.expo.dev/versions/latest/config/app/#scheme.
This PR manage to use the first scheme when giving an array.

Todo

  • Handle multiple scheme in plugin
  • Handle multiple scheme in hook

Issue

Fixes #64

@achorein achorein force-pushed the fix/handle-multiple-scheme branch from 562c388 to 2af530e Compare June 5, 2024 07:26
@achorein achorein changed the title fix: handle multiple scheme (ios) feat: handle multiple scheme (ios) Jun 5, 2024
@achorein achorein merged commit 9fcd770 into main Jun 5, 2024
4 checks passed
achorein added a commit that referenced this pull request Jun 5, 2024
@achorein achorein deleted the fix/handle-multiple-scheme branch June 5, 2024 07:51
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.

Crashes immediately when multiple schemes are defined
1 participant