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

try catch not working when publishing aar from master #1857

@guptaprnv

Description

@guptaprnv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions