Issue with react-native-keychain in React Native 0.72.2 (App Crashes After Build)

I am facing an issue with the react-native-keychain library in my React Native project running on version 0.72.2. I have installed the latest version of react-native-keychain (9.2.2). The app builds successfully without any errors, but when I try to open the app after installation, it crashes immediately.

Here are the relevant environment details:

Gradle version: 8.0.1
Node version: 22.12.0
Java version: 18.0.2.1
From my debugging efforts, it seems the issue is specifically caused by the react-native-keychain library. However, there are no specific errors being logged in the build process, making it challenging to pinpoint the exact problem.

Here’s what I’ve tried so far:

Ensured the library was linked correctly.
Ran npx react-native-clean-project to clear any cache issues.
Verified the installation steps provided in the library documentation.
Checked for any configuration mismatch in the android/build.gradle or app/build.gradle files.
Despite these efforts, the issue persists. I suspect it might be related to compatibility between the library and my environment setup.

Has anyone encountered a similar issue or can provide guidance on resolving this? Any suggestions or troubleshooting steps would be greatly appreciated.