Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created March 30, 2021 16:58
Show Gist options
  • Save Klerith/4f3370e49e8ea9f8e45411f19300adba to your computer and use it in GitHub Desktop.
Save Klerith/4f3370e49e8ea9f8e45411f19300adba to your computer and use it in GitHub Desktop.
React-Native - Crash tan pronto abre
android {
packagingOptions {
pickFirst '**/armeabi-v7a/libc++_shared.so'
pickFirst '**/x86/libc++_shared.so'
pickFirst '**/arm64-v8a/libc++_shared.so'
pickFirst '**/x86_64/libc++_shared.so'
pickFirst '**/x86/libjsc.so'
pickFirst '**/armeabi-v7a/libjsc.so'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment