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

Update README.md for RN 0.59 instruction #91

Closed
wants to merge 2 commits into from

Conversation

Kudo
Copy link
Member

@Kudo Kudo commented Mar 15, 2019

RN 0.59 packs JSC libraries in AAR, so that the instruction to add jsc-android is different than before.
Ths updated instruction puts jsc-android before RN dependency and use packagingOption.pickFirst to make sure gradle choose our JSC libraries.

android {
// ...
+ packagingOptions {
+ pickFirst '**/libjsc.so'

Choose a reason for hiding this comment

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

Is libgnustl_shared.so not required anymore?

Copy link
Member Author

@Kudo Kudo Mar 22, 2019

Choose a reason for hiding this comment

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

Yes, both JSC and RN 0.59 is built by clang and have libc++_shared.so.
If there are libgnustl_shared.so duplicated error, it should NOT come from JSC and RN.

@Kudo
Copy link
Member Author

Kudo commented Apr 12, 2019

Close this due to the instruction for RN 0.60 may change

@Kudo Kudo closed this Apr 12, 2019
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.

2 participants