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

[plugin] fix support on expo sdk 49 (rn 0.72) #187

Merged
merged 1 commit into from
Jul 6, 2023
Merged

[plugin] fix support on expo sdk 49 (rn 0.72) #187

merged 1 commit into from
Jul 6, 2023

Conversation

Kudo
Copy link
Owner

@Kudo Kudo commented Jul 6, 2023

Why

the current plugin breaks on expo sdk 49 (react-native 0.72) because RNGP will exclude the libhermes.so when hermesEnabled=true

expo-dev-menu requires the hermes in debug build because it does not support v8

How

update the variant to keep libhermes.so

Test Plan

try the reproducible example from expo/expo#23312

@Kudo Kudo merged commit 2814c23 into main Jul 6, 2023
@Kudo Kudo deleted the fix-expo-sdk49 branch July 6, 2023 11:28
Kudo added a commit that referenced this pull request Jul 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
# Why

follow up #187

# How

add the missing the hermes-android

# Test Plan

try the reproducible example from expo/expo#23312
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.

None yet

1 participant