i am making an audio player in react native in which i have to implement 15 sec forward and 15 sec backward buttons , in iOS it's working fine and both the buttons are working correctly, in android when i press 15 sec forward button it restarts the track as well as the seek bar instead of seeking to 15 seconds forward. my react-native version : 0.61.5 the package i am using: react-native-track-player, version: 1.1.8
↧