You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# explicitly link libgcc.a to prevent undefined `_Unwind_Resume` symbol and crash from throwing c++ exceptions even someone tries to catch the exceptions.
17
+
# according to https://android.googlesource.com/platform/ndk/+/master/docs/BuildSystemMaintainers.md#unwinding,
18
+
# we should put the unwinder between static libs and shared libs.
19
+
#
20
+
# TODO: we don't need this patch anymore after upgrading to ndk r23 (AGP 7.3 default side-by-side ndk, or react-native 0.71)
0 commit comments