I am currently facing the issue you faced in the code. I laugh because it's really weird and tiring. The solution for me was to use playFromPositionAsync function of the sound and pass the status possitionMills to it. It's now working fine. Well nice Video Bro.😂😂❤❤
BTW: on playback, I found out that “Sound” does not have the same status in onPlaybackStatusUpdate - but one possibility is to set PositionAsync to 0 with useEffect: useEffect(() => { if (status && status?.positionMillis === status?.playableDurationMillis && !status.isPlaying) { sound?.setPositionAsync(0); sound?.pauseAsync(); } }, [status]);
Sir do create a project of expo deep linking. An app which can create a shareable link of the product and when user clicks on that link it should open the same product on the app or if the app is not installed than it should redirect the user to the app/play store.
Thanks so much for this Devember challenge. Currently on day 1 and learning a lot already!
Bro, loved your content, that is soooo helpful, thanks a lot and hugs from Brazil!
This is so amazing, I learned so much! Excited!
I am currently facing the issue you faced in the code. I laugh because it's really weird and tiring. The solution for me was to use playFromPositionAsync function of the sound and pass the status possitionMills to it. It's now working fine. Well nice Video Bro.😂😂❤❤
Hahaha, thanks for sharing! I'm glad it worked out in the end 🙌😁
been learning react native for a year still struggle with the app logic hopefully this devember gonna help me else im switching career choice
you can do it
thank you for your sharing. I really appreciate a lot!
Glad it was helpful!
BTW: on playback, I found out that “Sound” does not have the same status in onPlaybackStatusUpdate - but one possibility is to set PositionAsync to 0 with useEffect:
useEffect(() => {
if (status && status?.positionMillis === status?.playableDurationMillis && !status.isPlaying) {
sound?.setPositionAsync(0);
sound?.pauseAsync();
}
}, [status]);
Sir do create a project of expo deep linking. An app which can create a shareable link of the product and when user clicks on that link it should open the same product on the app or if the app is not installed than it should redirect the user to the app/play store.
please share react-native-cli solution as well. Thanks
Wooho, loved it
Great tutorial, keep it up! 🔥
Wow it's awesome project not just.dev😅
Where's the source code?
TRY TO IMPLEMENT BY YOURSELF
where's the source code?
Dude he literally did it all for you in the video, just code as he does it 🙄