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

fix: add support for merged so libraries #663

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

okwasniewski
Copy link
Contributor

Describe the change

This PR adds support for React Native 0.76 merged .so libraries, reference: react-native-community/discussions-and-proposals#816

Documentation

N/A

Testing

Try to build the app for 0.76

The app is built properly but Im getting corrupted stack issues, both on 0.75 (without merged so) and 0.76 (with merged so) but this is mostly build-related change so verifying if the library builds properly is the most important step. I'm looking into the corrupted stack issues

@@ -62,9 +62,6 @@ buildscript {
}

def graphics_api = safeExtGet('GRAPHICS_API', "OpenGL")

apply plugin: 'com.android.library'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was duplicated

@okwasniewski
Copy link
Contributor Author

This PR will become irrelevant once AAR support is included so probably can be closed

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.

1 participant