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

Investigate runtime version via env #10

Open
kendallroth opened this issue Feb 6, 2023 · 0 comments
Open

Investigate runtime version via env #10

kendallroth opened this issue Feb 6, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@kendallroth
Copy link
Owner

kendallroth commented Feb 6, 2023

Description

As noted in #9, environment variables can be used to customize Expo app behaviour (from builds or development). This could potentially be utilized to set the Expo config runtimeVersion="sdkVersion" in development (to support Expo Go client) while also supporting runtimeVersion="appVersion" (or native) during builds/updates. The benefit in this would be use of Expo Go in development, while hopefully preventing issues when modifying native code/packages. However, it is highly possible that Expo Go cannot even be utilized with modified native code/packages, which would render this entirely moot, as then using the sdkVersion to limit updates would be completely acceptable.

@kendallroth kendallroth added enhancement New feature or request question Further information is requested labels Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant