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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
we were getting crash in android in react native 72.6
so we tried to match soloader versions in both and using custom aar from master
but issue currently happening is try catch blocks not working of spectrum
i have added configuration in spectrum build.gradle
we were getting crash in android in react native 72.6
so we tried to match soloader versions in both and using custom aar from master
but issue currently happening is try catch blocks not working of spectrum
i have added configuration in spectrum build.gradle
externalNativeBuild {
cmake {
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared'
cppFlags "-frtti -fexceptions"
targets 'spectrum'
}
}
but still try catch blocks not working
specification
react-native - 0.72.6
soloader - 0.10.5
master branch spectrum
The text was updated successfully, but these errors were encountered: