TrackPlayer.destroy is not a function – React native
I got TrackPlayer.destroy is not a function. (In 'TrackPlayer.destroy()', 'TrackPlayer.destroy' is undefined error when I called TrackPlayer destroy method in my expo react native app this is my code the service.ts import TrackPlayer, {Event} from 'react-native-track-player'; module.exports = async function():…