Onboard App UI Part 2 - Figma to React Native

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 34

  • @IkyyPUBLIC
    @IkyyPUBLIC Год назад

    Thank you very much bro for helping, through this video I can experiment with making onboarding screens.

  • @abinashtiwari1651
    @abinashtiwari1651 2 года назад +1

    i want to say thanks, as you videos are great to learn , and i myself improving day by day.

  • @Digitalgummiesmusic
    @Digitalgummiesmusic 2 года назад

    Best video on RUclips

  • @antonyni497
    @antonyni497 3 года назад

    I just have to say thanks again! I have been learning a bunch from your videos!

    • @MadeWithMatt
      @MadeWithMatt  3 года назад

      My mannnn very happy to hear that! 👊💯

  • @diegoguzman2899
    @diegoguzman2899 Год назад

    Hey bro great tutorial, where do you get those images, where can i find someones like yours , that style???

  • @davidhyun3879
    @davidhyun3879 2 года назад +1

    Hey! Is there a way to animate the slides like a fade in everytime you go to a new slide? Help would be much appreciated !

  • @ElBlancoFinance
    @ElBlancoFinance 4 года назад

    Congrats on 100 subs!! 🙌🙌

  • @sdsim1
    @sdsim1 2 года назад

    good job

  • @programmingstudio8605
    @programmingstudio8605 4 года назад +1

    Thank You very very very much................

    • @MadeWithMatt
      @MadeWithMatt  4 года назад +1

      Appreciate the support and I'm glad you enjoyed it! 🚀

  • @mbohraroh3000
    @mbohraroh3000 3 года назад

    Great share but, I can't pass props inside stack navigator.
    How do I navigate between screen using stack navigator? Putting Onboard = ({navigator}) and onDone={() => navigation.navigate('Home')} doesn't work.. it keeps screaming "The action with NAVIGATE with payload {"name":"Home"} was not handled by any navigatior. Also I already wrapped Stack navigator with Navigationcontainer and put && arguments inside stack screen. Been bugging me a week damn

  • @omjimishra8256
    @omjimishra8256 3 года назад

    Nice Keep it up bro

  • @zeyadmo3533
    @zeyadmo3533 3 года назад

    keep going brother

  • @ahmadtarabain7191
    @ahmadtarabain7191 4 года назад

    Well done👍🙌

  • @zakidz6716
    @zakidz6716 2 года назад

    the slider animation is not working correctly for me
    it doesn't take the whole screen and the images are not showing until you specify a width and height

  • @rizvan8836
    @rizvan8836 4 года назад

    👍👍

  • @creactivestudio5968
    @creactivestudio5968 3 года назад

    Good job thanks.. can u make your font size bigger when u code

    • @MadeWithMatt
      @MadeWithMatt  3 года назад +1

      Yes! So sorry about that I keep forgetting to zoom it in, I'll make sure for the next videos 😅

  • @omjimishra8256
    @omjimishra8256 3 года назад

    I want to use the web api please provide some related videos

    • @MadeWithMatt
      @MadeWithMatt  3 года назад

      Sorry what do you mean by the web api?

  • @tristanlistanco7308
    @tristanlistanco7308 3 года назад

    i got equals sign per text how to fx?

    • @MadeWithMatt
      @MadeWithMatt  3 года назад

      Hmm can you share code or more context I'm unsure where this is happening

  • @maverickifoe5323
    @maverickifoe5323 3 года назад

    Wonderful Bro! Pls can you help with the shortcuts

    • @MadeWithMatt
      @MadeWithMatt  3 года назад

      Yeah absolutely, in my next videos I'll make sure to explain all the shortcuts im taking but if there's any you have questions about feel free to ask me here as well

  • @bensaidali1670
    @bensaidali1670 3 года назад

    hello i really like your videos , can you please add how to play the onboard just only on the first time

    • @MadeWithMatt
      @MadeWithMatt  3 года назад

      Thanks for the comment, and great question. One way to do that is to store a "lastOpened" variable in the AsyncStorage of the device. This variable could hold the last time the user opened the app. If the variable is not set to null, you know they've been through the onboarding. If it is set to null, you know it's their first time. More documentation about AsyncStorage here - docs.expo.io/versions/latest/sdk/async-storage/

  • @ankittripathi1456
    @ankittripathi1456 3 года назад +1

    Increase the font please

    • @MadeWithMatt
      @MadeWithMatt  3 года назад

      Will do thanks for letting me know!