-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #318 from OrEvorn/master
fix android build issues with react-native-pdf and react-native 59.x
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I think a better option would be to state in the readme to add the following
android/app/build.gradle
to theandroid
section.packagingOptions { pickFirst 'lib/*/libc++_shared.so' }
The fix in this commit does not seem to help.