Build a Crypto Price Tracker App with REACT NATIVE (Bottom Sheet, Charts, Styling) | Part 2

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

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

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

    just what i was looking for, thank you !

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

    Ardr is about to blow up big time whos ready 🔥🚀

  • @valencefootball9740
    @valencefootball9740 3 года назад +2

    Why are you so underrated!?

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

      Thanks so much, that really means a lot 🙌🚀

  • @timotejkochjar9225
    @timotejkochjar9225 2 года назад +4

    It would be cool if you'd increase the font size of your IDE when you record. It is a bit hard to see what you type if you watch on a laptop and code in dual view. Otherwise these tutorials are amazing!

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

    Quick question. When using animated charts it throws an error that There's an unexpected token and that I may need an appropriate loader to handle the file type. Do you know what I can do to fix this?

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

    great tutorial
    But I have another issue with chartDot not appearing on android emulator any solutions ?

  • @shankarbalasubramaniam1997
    @shankarbalasubramaniam1997 3 года назад +2

    When we are not touching the chart, the boldTitle should show the currentPrice but if we for example select Bitcoin first, and then select another crypto and scrub the chart, after that the currentPrice shows wrong value. I'm so confused.

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

      Yes! You're right! This is a bug that is fixed in Part 3. Great job catching it 😁 ruclips.net/video/MIolL20o9GE/видео.html

  • @bendanzig1
    @bendanzig1 2 года назад +3

    In case anyone else had issues with the BottomSheetModal crashing, I had to run:
    expo doctor --fix-dependencies

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

    very good tuto . thank you

  • @muzammilnsdc2392
    @muzammilnsdc2392 3 года назад +8

    Chart import is not working

    • @j.s3953
      @j.s3953 2 года назад

      were you able to find the solution? having the same problem

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

      @@j.s3953 nope

    • @j.s3953
      @j.s3953 2 года назад

      @@muzammilnsdc2392 i believe it has something to do with the dependencies, alot of them have been updated

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

    Hi bro. When clicking the currency component bottom sheet is opening but I am not able to shrink it.
    Could you tell me what to do with this issue?

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

      Same here. Do you have a solution?

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

      GestureHandlerRootView worked for me, just import ir from 'react-native-gesture-handler'; and put it like that:


      item.id}
      data={SAMPLE_DATA}
      renderItem={({item}) => (
      openModal()}
      />
      )}
      ListHeaderComponent={}
      />



      Awesome 🎉

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

    Amazingly done Thank You..

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

      Glad you enjoyed it, thanks for watching! 🚀

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

    I keep getting this error when I try to set up react native animated for the bottom sheet to show up at 06:52
    Uncaught TypeError: worklet.__workletHash is undefined
    Can someone help me with this please?

  • @AtifKhan-cm8qv
    @AtifKhan-cm8qv 3 года назад +2

    Please make an ecommerce on react native or maybe an rider/driver/uber app! thanks

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

      That's a great idea, thanks Atif!

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

    The swipe and the styles in the bottomsheet are not working for me...

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

    Matt what's your VS Code theme?

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

      I'm using the default Dark mode (called Dark+) with the Material Icon Theme to get all the icon images marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme

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

    gj m8 helps alot

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

      Amazing to hear glad to know it helped 😁

  • @matt112fly
    @matt112fly Год назад +1

    man these dependencies have so many errors !

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

    Guess you forgot to pin the regex:(
    But great work, thank you!

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

    I keep getting the error "tried to register two views with the same name RNGestureHandlerButton". I've searched and tried different ways but the error still there. Great tutorial, BTW!

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

      same here

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

      @@marcosviniciusaraujoalmeid7755 u need to delete react-native-gesture-handler in node_modules of the library u just isntalled..

  • @AshishSharma-xc3iq
    @AshishSharma-xc3iq 2 года назад +2

    bro import chart is not working

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

      Restart server and clear cache. It will work

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

      @@harsh_here I try here and don't work

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

    Hello, I am using NPM to install packages but it was showing error with "@rainbow-me/animated-charts". What should i do to resolve this error..
    Thankyou..

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

      Actually I had same issue and you can use npm install instead of yarn add with the same library name

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

      @@mahmoudbebars4695 thankyou

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

    [v4] | [v2] TypeError: undefined is not an object (evaluating 'worklet.__workletHash.toString') i am finding error while click for bottom sheet

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

    I got uncaught error "tried to register two views with the same name GestureHandlerRootView" what was that mean?

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

      Did you get this error after installing a certain package or after adding some code ?? let me know if you are still having issues

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

      Delete the gestures folders inside nodemodules/charts

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

      @@anubhavakaxperience762 that's the correct anwer