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 for RN 0.60 #95

Merged
merged 4 commits into from
Apr 25, 2019
Merged

Conversation

Kudo
Copy link
Member

@Kudo Kudo commented Apr 12, 2019

Newer RN manages JSC by node dependency.
facebook/react-native#24276
Integrate and update JSC would be easier than before.

However, in the PR comments there are still some enhancements could be done.

  1. Align NDK version to prevent potential ABI incompatible issue.
  2. Remove libc++_shared.so from jsc-android.aar, so that user don't need to use packagingOptions.pickFirst to exclude them.
    For RN 0.58 and before, since it was built by gcc.
    These is no libc++_shared.so but libgnustl_shared.so.
    For jsc-android side, provide an android-jsc-cppruntime.aar for user to add libc++_shared.so.

@kmagiera
Copy link
Member

Thanks @Kudo this looks good, the only question is if we really need that .gitignore there? If so I'd prefer to keep everything in top level gitignore. I believe most of the excludes are already there

@Kudo
Copy link
Member Author

Kudo commented Apr 24, 2019

The .gitignore is not necessary and removed.
Please help to double check again.
Thank you.

@kmagiera
Copy link
Member

Looks ok, will just wait for CI to finish and then merge

@Kudo
Copy link
Member Author

Kudo commented Apr 24, 2019

CI weirdly kicked to my CI fork but is pass anyway.
https://circleci.com/gh/Kudo/jsc-android-buildscripts/8

@kmagiera kmagiera merged commit d4f4f90 into react-native-community:master Apr 25, 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