Build the iOS Voice Memos app in React Native | DEVember Day 7

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 20

  • @raseengtech7388
    @raseengtech7388 11 місяців тому +1

    Thanks so much for this Devember challenge. Currently on day 1 and learning a lot already!

  • @mavinii960
    @mavinii960 3 місяці тому

    Bro, loved your content, that is soooo helpful, thanks a lot and hugs from Brazil!

  • @_marcobaez
    @_marcobaez 2 місяці тому

    This is so amazing, I learned so much! Excited!

  • @donchiclem2944
    @donchiclem2944 Місяць тому

    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.😂😂❤❤

    • @notjustdev
      @notjustdev  Місяць тому

      Hahaha, thanks for sharing! I'm glad it worked out in the end 🙌😁

  • @retrossa
    @retrossa 11 місяців тому

    been learning react native for a year still struggle with the app logic hopefully this devember gonna help me else im switching career choice

  • @quangminh7474
    @quangminh7474 5 місяців тому

    thank you for your sharing. I really appreciate a lot!

    • @notjustdev
      @notjustdev  5 місяців тому +1

      Glad it was helpful!

  • @gr0ssartig776
    @gr0ssartig776 5 місяців тому +1

    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]);

  • @nehat786
    @nehat786 11 місяців тому +1

    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.

  • @UbaidImran-k1e
    @UbaidImran-k1e 4 місяці тому

    please share react-native-cli solution as well. Thanks

  • @willyrosahuanca5884
    @willyrosahuanca5884 11 місяців тому

    Wooho, loved it

  • @OguzhanKurumRap
    @OguzhanKurumRap 11 місяців тому

    Great tutorial, keep it up! 🔥

  • @memostartup281
    @memostartup281 11 місяців тому +1

    Wow it's awesome project not just.dev😅

  • @MohamedYoussef-yc1yp
    @MohamedYoussef-yc1yp 6 місяців тому

    Where's the source code?

    • @quangminh7474
      @quangminh7474 5 місяців тому +2

      TRY TO IMPLEMENT BY YOURSELF

  • @dananjayachathuranga7113
    @dananjayachathuranga7113 11 місяців тому

  • @MohamedYoussef-yc1yp
    @MohamedYoussef-yc1yp 6 місяців тому

    where's the source code?

    • @_marcobaez
      @_marcobaez 3 місяці тому +1

      Dude he literally did it all for you in the video, just code as he does it 🙄