React Native Track Player-Error: Unable to parse @ReactMethod annotation from native module method: TrackPlayerModule.add().(kotlinx.coroutines.Job)
Problem Statement: I am trying to develop a React Native app that can play music. I ejected the project from Expo and implemented React Native Track Player. However, when I try running the app on an Android device, the build…