Hi there, I have a project started with latest expo 52 and react native 0.76.5. But my builds and development clients are failing with the following error in android. I am using the latest version of react-native-agora-chat: 1.3.1.
Error: Exception in HostObject::get for prop 'ExtSdkApiRN': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: ExtSdkApiRN.listeners(). Details: Unable to parse JNI signature. Detected unsupported return class: java.lang.Object[]
It works fine for IOS. I found the similar issue in this stackoverflow question and the solution provided works.
I can use the solution for the local development but it will not work while building the production app.