-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
After upgrading to React Native 0.80 and Kotlin 2.1.20, I'm encountering a runtime error related to TurboModule interoperability in react-native-track-player. The error occurs immediately on app launch.
Error Message:
[runtime not ready]: Error: Exception in HostObject::get for prop 'TrackPlayerModule': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotations from native module: TrackPlayerModule. Details: TurboModule system assumes returnType == void iff the method is synchronous.
Environment:
react-native-track-player version: 4.1.1
React Native version: 0.80
Kotlin version: 2.1.20
Reproduction Steps:
Upgrade project to React Native 0.80
Update Kotlin to 2.1.20
Install/update react-native-track-player
Run Android app
Error appears immediately on launch
Stack Trace:
