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

[local-authentication] Use sdk version flags and hardcoded system features #9034

Merged
merged 3 commits into from
Jul 2, 2020

Conversation

byCedric
Copy link
Member

Why

Fixes #8964

How

Because we won't be able to use the constants in compile target 28, we need to hardcode them. I also added sdk versioning flags to prevent unnecessary lookups.

Test Plan

Set ext.compileSdkVersion to 28 in apps/bare-expo/android/build.gradle and run with yarn android

@github-actions
Copy link
Contributor

Native Component List for this branch is ready

@byCedric byCedric merged commit 4cc2429 into master Jul 2, 2020
@byCedric byCedric deleted the @bycedric/local-auth/fix-feature-checks branch July 2, 2020 17:32
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.

[expo-local-authentication][android][bare] Build fails, cannot find symbols FEATURE_FACE or FEATURE_IRIS
2 participants