This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Description
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