m-inan / react-native-music-app

React Native Music Application Example
286 stars 95 forks source link

Player screen #20

Open vasyl91 opened 10 months ago

vasyl91 commented 10 months ago

I updated app modules to the newest and moved it to RN 0.73.1, had to do some changes in code due to deprecated functions in react-native-track-player. So far it seems to work fine. Apart from the part that I marked on attached screenshot. I can't figure out how to run and open that screen with semicircular slider and spinning animation. There was a problem with TouchableOpacity too, but moving it to "react-native" solved the problem (I'm mentioning it just in case). Any clues? I would be grateful.

P.S. It throws no errors. Only a warning that the player has already been initialized via setupPlayer or conversly, depending on how I set it (can't figure it out either)

Screenshot_20240104-130229

vasyl91 commented 9 months ago

Figured it out. I also updated packages, added redux, did some improvements and replaced shuffle with some clumsy code, however it works. At least till they do some major changes in track player again. To whom it might concern - check my fork.