🔴 Build Food Recipe App in React Native Reanimated | React Native Projects | Beginner | Tutorial

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 182

  • @aadilmallick911
    @aadilmallick911 Před 11 měsíci +13

    I just want to say keep doing what you are doing man. These UI tutorials are so good and I've already learnt so much from doing them. I'm not sure what you can do to get your videos more popular since React Native is more of a niche topic among devs and it's certainly not geared towards beginners, but you're really helping people out with these up-to-date and well-guided tutorials. Thanks.

  • @MohammedAlziko
    @MohammedAlziko Před 10 dny

    your explanation is so clear, Thanks a Billion😘😘

  • @BNWEdits
    @BNWEdits Před 20 dny +1

    Great project, thank you Nomi ❤

  • @cwcfunclock2709
    @cwcfunclock2709 Před 11 měsíci +4

    Everything is really good. but I want to tell only one suggestion; please start from beginning. Please do everything on video. It will help us to know how to use commands to install dependencies. We want to know how you set your project up from beginning to end.

    • @codewithnomi
      @codewithnomi  Před 11 měsíci

      There are video links in the description about how you can setup tailwindcss and navigation in expo

    • @cwcfunclock2709
      @cwcfunclock2709 Před 11 měsíci +2

      If you can do it in the video, it will be helpful for us. we, beginners can quickly pick up and go along with your flow. It's my humble request.@@codewithnomi

    • @codewithnomi
      @codewithnomi  Před 11 měsíci

      @@cwcfunclock2709 I'll keep this in mind next time ;)

  • @tabaicanking3701
    @tabaicanking3701 Před rokem +6

    Thanks, I learnt something today. Image caching

  • @aayushsingh74
    @aayushsingh74 Před rokem +8

    Hello Noni
    Some of us are very new to React NATIVE so can you please make your videos that includes how do you install and make all the folders.
    It will be easy to learn and not get confused and leave the video after a minute.
    I hope you will act on it.

    • @codewithnomi
      @codewithnomi  Před rokem +1

      will try making the app from scratch next time 😉

  • @sholuadeoluwakoredeolamide8186
    @sholuadeoluwakoredeolamide8186 Před 11 měsíci +1

    Exactly what I needed to take react native seriously again.

  • @SonnyTechAcademy
    @SonnyTechAcademy Před rokem

    Nice video! I've learnt a lot. Keep going man🚀 Much love from Ghana

  • @MQLwithBrian
    @MQLwithBrian Před 11 měsíci

    This is something I want to learn next. Thank God I found your channel, this seems cool 😎

  • @michealskup5730
    @michealskup5730 Před rokem

    As a React native lover, thank u so much, plz make more videos of react native

  • @haniseanda
    @haniseanda Před 11 měsíci +2

    Great Image Caching method🔥💯

  • @arslanofcl
    @arslanofcl Před 10 měsíci

    Noman you are doing an amazing job! Keep it up!

  • @wisdomelue
    @wisdomelue Před rokem

    great job noni, we appreciate your work

  • @jaifmd4691
    @jaifmd4691 Před 11 měsíci +2

    Great project. I would suggest you to use expo-sqlite instead of async storage to cache images or you could use expo-image which automatically caches the images. The problem with async storage is that it limits to only some amount of storage and I was getting, Error caching image: [Error: database or disk is full (code 13 SQLITE_FULL)] with async storage. Overall the animations and UI is awesome. Keep it up.

    • @codewithnomi
      @codewithnomi  Před 11 měsíci

      thanks

    • @rish_you
      @rish_you Před 10 měsíci

      same issue faced🤝🏼...Thankyou bro you're a lifesaver 🫶🏻

    • @histoirechan6677
      @histoirechan6677 Před 9 měsíci

      @@rish_you how did you did it? i keep getting errors from changing expo-image

    • @lungchuingamriammei6631
      @lungchuingamriammei6631 Před 7 měsíci

      ​@@histoirechan6677 Try using hygraph

  • @diegofiguesevi8355
    @diegofiguesevi8355 Před 10 měsíci

    I LOVE YOU!!! THANKS FOR THE TUTORIAL ❤

  • @princechijioke247
    @princechijioke247 Před rokem

    Your works are amazing...I've really learned a lot from your page 🎉

  • @josephwhite3971
    @josephwhite3971 Před 10 měsíci +2

    ***For MasonryList not loading***
    What worked for me was adding a setTimeout method for 500-750 milliseconds. This loads after the page loads:
    const [showMasonryList, setShowMasonryList] = useState(false)
    useEffect(() => {
    const timer = setTimeout(() => {
    setShowMasonryList(true)
    }, 750)
    return () => {
    clearTimeout(timer)
    }
    }, [])
    return (

    Recipes

    {showMasonryList && (

    • @tomkingg
      @tomkingg Před 8 měsíci

      Thanks

    • @Raaz-hd2si
      @Raaz-hd2si Před měsícem

      your github username??? mine is having many issues

  • @alzearafat
    @alzearafat Před 10 měsíci

    Thank you, this is so helpful. Instant subscribe!

  • @ZakirUllah-xx6rn
    @ZakirUllah-xx6rn Před 2 měsíci

    Lots of love Noman bhai..
    Kia ap latest expo method se mac main build kesen krty hain bata skty hain pls, choti si app gradients and animations tailwind k sath
    Expo sdk 51 k sath

  • @rahmatsulistio
    @rahmatsulistio Před rokem

    It's cool... can't wait for online course app with expo router

  • @ShawkiFitouri
    @ShawkiFitouri Před 11 měsíci

    amazing nomi , as always !!

  • @mnofrizal
    @mnofrizal Před 9 měsíci

    SUPERB VIDEOS!! In would be perfect if you includes how to setup all of things from beginning like installing the Expo or tailwiind css

  • @jeandesauw7646
    @jeandesauw7646 Před 9 měsíci

    Thank you for this insightful build series!
    I'm eagerly looking forward to the upcoming videos. Could you share the expected schedule for releasing them?
    really appreciate the concise format - it's perfect for fitting some learning into a busy day without being overwhelming.
    Keep up the fantastic work, and happy coding! 👍

    • @codewithnomi
      @codewithnomi  Před 9 měsíci +1

      thank you ❤️
      Working on a new series, have a look:
      Build a Fitness App in React Native: czcams.com/play/PLKWMD009Q4qScuZtpIsr-LaLl5dbDQcKb.html

    • @jeandesauw7646
      @jeandesauw7646 Před 9 měsíci

      @@codewithnomi Oh ! I commented the wrong video 😅, I was talking about the fitness app series !

    • @jeandesauw7646
      @jeandesauw7646 Před 9 měsíci

      I'll simply add this comment on the good video, see you there 😁

    • @codewithnomi
      @codewithnomi  Před 9 měsíci +1

      @@jeandesauw7646 😄 no worries, uploading part 2 today 😉

  • @eli.samuel
    @eli.samuel Před 14 dny

    Nomi, thank you for this great video, i done with it, am new to react but will get it right. you are a great teacher, however, i want to ask if you can do a video of strapi and expo. thank you

  • @cuocsongoCanada87
    @cuocsongoCanada87 Před 11 měsíci

    Thanks so much. I'm so excited with your video.

  • @haidarDevDiary
    @haidarDevDiary Před rokem +1

    Animations are great 👍

  • @user-su7ew8id4e
    @user-su7ew8id4e Před rokem

    Great 🎉🎉 with animation you killed it

  • @collinsk8754
    @collinsk8754 Před 5 měsíci

    Excellent tutorial! 👏👏

  • @user-uo6vy3jv5h
    @user-uo6vy3jv5h Před 9 měsíci

    one of the best video learned a lot.

  • @rabieridene9193
    @rabieridene9193 Před 9 měsíci

    Thank you for great job to help we beginners.

  • @shubhamsinha5016
    @shubhamsinha5016 Před 7 měsíci +3

    Why I get only four images (meals data) from api?

  • @sheikhhamad5069
    @sheikhhamad5069 Před 5 měsíci

    Great job ,Brother keep it up

  • @user-te4gn9yq5c
    @user-te4gn9yq5c Před rokem

    nice work!have learned a lot form your video please keep update man

  • @jgvlc
    @jgvlc Před 10 měsíci

    Awesome channel, thank you very much for share!

  • @ahsanali580
    @ahsanali580 Před 9 měsíci

    amazing design man

  • @mathan3192
    @mathan3192 Před 5 měsíci

    Thanks for the awesome video.

  • @robindeepcode
    @robindeepcode Před 7 měsíci

    thank you sir for this amazing videos

  • @byeworld4856
    @byeworld4856 Před 4 měsíci

    Great job 🎉

  •  Před rokem

    Great work, thx.

  • @iamasifimam
    @iamasifimam Před rokem

    awesome video thankyou for this

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd Před 3 měsíci

    Thank you so much

  • @yenimimanoj9365
    @yenimimanoj9365 Před 4 měsíci

    I have started learning to develop applications using reactnative projects and came accross your video. Could you please help me understand what type of styling you have done in line 11,12 [TimeStamp: 6:38 ] .

  • @inamulhasans9461
    @inamulhasans9461 Před 11 měsíci

    Great video 🎉

  • @mhslekbar
    @mhslekbar Před rokem

    Perfect 👍🏻

  • @syedafatima135
    @syedafatima135 Před 2 měsíci

    Thnku Sir

  • @SanTechJJ
    @SanTechJJ Před 7 měsíci

    This is really awesome project and a useful one
    What are the extensions you used to develop react-native projects?

    • @codewithnomi
      @codewithnomi  Před 7 měsíci +1

      Auto Rename Tag
      ES7+ React/Redux/React-Native snippets
      Prettier - Code formatter
      Simple React Snippets
      Tailwind CSS IntelliSense

    • @shubhamsinha5016
      @shubhamsinha5016 Před 7 měsíci

      Bro, help me.. I get only four images ( meals data) while fetching data from api.. Why happening so

  • @mmsgaminglive
    @mmsgaminglive Před 5 měsíci

    can you tell me your setup specs, I saw your shorts and the setup was awesome

  • @yusufbashir4436
    @yusufbashir4436 Před rokem

    Amazing 🤩

  • @kelv-x
    @kelv-x Před 4 měsíci

    I’ve been recreating this app in typescript and I haven’t had any issues so far, until the image caching part. Some things don’t just carry well into typescript and I’m stumped on how to move forward.

    • @ZZZZZZ-ly6fw
      @ZZZZZZ-ly6fw Před 3 měsíci

      I also stumbled upon that, 6mb is max alloted size, but cached image goes way beyond that, did you find any solution?

  • @heysuryaaaa
    @heysuryaaaa Před 11 měsíci

    damn this is amazing!!!!

  • @user-jj6pl5rq6p
    @user-jj6pl5rq6p Před 4 měsíci

    good keep it up

  • @ragilburhanudinpamungkas9571

    It's amazing, hi Nomi, why you don's use react-native-image for image caching instead of creating your own caching method?

    • @codewithnomi
      @codewithnomi  Před rokem

      I think react-native-image does not work properly in the expo project

    • @ragilburhanudinpamungkas9571
      @ragilburhanudinpamungkas9571 Před rokem

      @@codewithnomi sory, i mean react-native-fast-image

    • @codewithnomi
      @codewithnomi  Před rokem +1

      @@ragilburhanudinpamungkas9571 yes i was talking about react-native-fast-image

  • @hussainmodiwala
    @hussainmodiwala Před 11 měsíci +1

    ERROR Error caching image: [Error: database or disk is full (code 13 SQLITE_FULL)] facing this error while caching images

    • @sahilw4594
      @sahilw4594 Před 11 měsíci

      Hi bro . Have you found solution on this . I'm having same error!!

    • @codewithnomi
      @codewithnomi  Před 10 měsíci

      fixed, I've updated the git repo

  • @roudol-d
    @roudol-d Před rokem

    Great project. If I want to build my own recipe database, what could I use instead of API? Since I want to give the possibility of making your own recipe; should I use sanity? If so, what changes?

    • @codewithnomi
      @codewithnomi  Před rokem +1

      there are so many options
      yes you can use sanity, create sanity project, create schemas, fill all your data and then use it in your app 😉

  • @ablayelo
    @ablayelo Před rokem

    Very good stuff

  • @eversathish
    @eversathish Před 3 měsíci

    what about registration process.. is there any gudance for that?

  • @aaronvandenberg5863
    @aaronvandenberg5863 Před 11 měsíci

    Really cool! Is this also possible with Expo Router in combination with Reanimated?

  • @migueljulio7242
    @migueljulio7242 Před 3 měsíci

    hi nomi, i try to buy you a coffe, but any type of credit card or PSE dosent work

  • @sadique_x_
    @sadique_x_ Před 3 měsíci

    anyone fixed the issue with the masonry layout vanishing when the categories are loaded?

  • @furqanshaikh1027
    @furqanshaikh1027 Před 6 měsíci

    For Tail Wind CSS IntelliSense what you have used?

  • @dkmediaworks9444
    @dkmediaworks9444 Před 11 měsíci

    Hey Nomi, its a great tutorial, i just have one question, I am not able to wrap my head around why did you use setMeals([]) in the handleChangeCategory, coz theoritically it seems to be resetting the meals that we set up in the getRecipe, but in practical it does nothing and even removing setMeals([]) doesn't do much
    Thanx again

    • @codewithnomi
      @codewithnomi  Před 11 měsíci

      I set the meals with empty array so that when we get the new meals data then it will remount the meals component and it will reanimate all the recipes.

    • @codewithnomi
      @codewithnomi  Před 11 měsíci

      you can remove this line if you want :)

    • @debadityakashyap628
      @debadityakashyap628 Před 11 měsíci

      But should we have setMeals([]) before the getRecipe?

    • @codewithnomi
      @codewithnomi  Před 11 měsíci

      @@debadityakashyap628 it doesn't matter if you put it after or before the getRecipe()

  • @NunoCostapt
    @NunoCostapt Před 4 měsíci

    Nice work. On android it jumps on transition. Good stuff, tho.

  • @koadhiow
    @koadhiow Před 10 měsíci +1

    at 46:00 =>
    const handleChangeCategory = (category) => {
    getRecipes(category);
    setActiveCategory(category);
    setMeals([]);
    };
    Could you please help me understand why the code setMeals([]) is used in this context and why it's placed below the getRecipes(category)
    I'm curious about the reasoning behind this order and its purpose. Doesn't placing it above getRecipes(category) achieve the same result? I'd like to better grasp the logic behind this implementation.
    thank you

    • @codewithnomi
      @codewithnomi  Před 10 měsíci +1

      there's no specific reason for putting it after the api call. It will work the same even if you put it before the api call. It's just that the api call is going to take some time to fetch the data, and in the meantime setMeals([ ]); will remove the previous meals and show the loading, that's all.

    • @koadhiow
      @koadhiow Před 10 měsíci

      @@codewithnomi thank you

  • @top5deals
    @top5deals Před 11 měsíci +1

    catagories.length == 0 ? null : my problem is masonry layout not showing when i reload the app even i use this code and after that i got TypeError: data.map is not a function (it is undefined) that error kindly help me
    (Edited: 44:55 for that problem i think give data to the masonry list from a components through the props that may be the reason i solve i added the code of recipe component in the Home Screen)

    • @JaredTracy
      @JaredTracy Před 5 měsíci +1

      The masonrylist component breaks because the element above it (categories) is contained in a view that does not have a height specified. When the categories load, this results in the dom breaking for the masonrylist. If you place a style on the view wrapping the categories with a height of say heightpercentage 10 (roughly 90px), then the masonrylist won’t have any issues when React updates the dom when the categories load. This will allow you to keep the recipes in their own component. Hope that’s clear and helps.

  • @allmoviez
    @allmoviez Před 7 měsíci

    mostly i use my real device to view when building apps, how do I make a the device screen show on my PC?

  • @ijasdeen5084
    @ijasdeen5084 Před 11 měsíci

    Can you give us list of plugins you are using on your IDE?

  • @christophermungiria2876

    Nice video, please show how to use nativewind, the new docs are confusing

    • @codewithnomi
      @codewithnomi  Před rokem

      I already have a video on how to setup nativewind
      czcams.com/video/_Z33DTn0ZFo/video.html

    • @christophermungiria2876
      @christophermungiria2876 Před rokem

      @@codewithnomi this wasn’t working for me, I tried and got it another way, thank you though

  • @amadousow6598
    @amadousow6598 Před rokem

    thx a lot

  • @snehadange4518
    @snehadange4518 Před 5 měsíci

    Can you make a one video on handle axios api call optimize way?

  • @adriansamtani7120
    @adriansamtani7120 Před 11 měsíci

    Hi Noni,
    When I add ring1padding and ring2padding into the style it gives me the error:
    "Reading from _value directly is only possible on the UI runtime"
    Not sure how to go around this

  • @christnovs
    @christnovs Před 9 měsíci

    What android simulator did you use sir?

  • @BuiltbyJay
    @BuiltbyJay Před 10 měsíci

    On the details screen when I scroll to the top the application closes

  • @elyalotfali5791
    @elyalotfali5791 Před 2 měsíci

    Where is the assets folder i need it

  • @debadityakashyap628
    @debadityakashyap628 Před 11 měsíci +1

    Hey Nomi, i also tend to get this error "Error caching image: [Error: database or disk is full (code 13 SQLITE_FULL)]" when loading it in Android, do you know any fix for it, using Expo? Because of this the recipe screen causes error while loading (in android)

    • @codewithnomi
      @codewithnomi  Před 11 měsíci

      I will check this issue

    • @sahilw4594
      @sahilw4594 Před 11 měsíci

      Hi bro . Have you found solution for this . I'm getting same error

    • @udityadav9957
      @udityadav9957 Před 10 měsíci

      I am also getting same error

    • @codewithnomi
      @codewithnomi  Před 10 měsíci

      fixed this issue and updated the github repo 😊

  • @divtags4192
    @divtags4192 Před 6 měsíci

    This is good where is the github repo for the start up code

    • @codewithnomi
      @codewithnomi  Před 6 měsíci +1

      You can find the source code in the video description 😉

  •  Před 10 měsíci

    Hi, I've been following your work and technically you're very good. but I would like to know how to rotate the cell phone screen next to vs code.......I don't know if you understood me

    • @codewithnomi
      @codewithnomi  Před 10 měsíci

      There is a rotate icon on the simulator that puts phone in landscape mode, i'll create a tutorial someday on making the landscape mode responsive ;)

  • @Anonymous-pf4cr
    @Anonymous-pf4cr Před 7 měsíci

    bro react reanimated was not working in receipes section

  • @mohamedbouaouine4384
    @mohamedbouaouine4384 Před 5 měsíci

    top

  • @souzafeb
    @souzafeb Před 11 měsíci

    Thanks for the tut Nomi, but I've been getting this error (error: node_modules/expo/AppEntry.js: [BABEL] /Users/[my username]/tailwindcss/node_modules/expo/AppEntry.js: .plugins is not a valid Plugin property). Is it something you can help me with? I went back to your video explaining the installation, plus hours of research on the web, you know, reinstalling the project, deleting node_modules, changing versions, etc... Any help is very appreciated!

    • @codewithnomi
      @codewithnomi  Před 11 měsíci +1

      I often face this error and clearing the npm cache, deleting node_modules, package-lock.json and then reinstalling them again works for me.

  • @christophermungiria2876

    Hello, I have implemented some part of the favorites screen, but I have trouble sending data between the screens. How can I share my code with you?

    • @codewithnomi
      @codewithnomi  Před rokem

      you can pass the data while you navigate to a screen, but if you want to access the same data on multiple screens at the same time then use redux

    • @christophermungiria2876
      @christophermungiria2876 Před rokem

      @@codewithnomi I haven’t done redux, thank you. I’ll look into it

  • @ijasdeen5084
    @ijasdeen5084 Před 11 měsíci

    Will that be responsive while running on Android phone?

  • @ShahrukhKhan-yf7wz
    @ShahrukhKhan-yf7wz Před 5 měsíci

    className is not working example className=" flex-1 justify-center" any idea why..?

  • @madie2659
    @madie2659 Před 9 měsíci

    is there an option to to stop user to go back to welcome screen ?

  • @harishkumardev5957
    @harishkumardev5957 Před 9 měsíci

    I am using react native cli. In this tailwind is not supporting can you help me with this.

    • @codewithnomi
      @codewithnomi  Před 9 měsíci

      Nativewind works perfectly with cli as well, check the documentation!

    • @harishkumardev5957
      @harishkumardev5957 Před 9 měsíci

      It is working after I changed the version of tailwindcss to 3.3.2. Saw in one your video. Thanks. @@codewithnomi

  • @ayman7062
    @ayman7062 Před 10 měsíci

    Can you please make google aith in the next app ❤❤

  • @h.o.l.a.t
    @h.o.l.a.t Před 11 měsíci

    The expo app closes sometimes when I navigate back from the recipe details screen. What could be causing this?

    • @BuiltbyJay
      @BuiltbyJay Před 10 měsíci

      Same here I don't know why or when I scroll to the top

    • @sunilkrishna2783
      @sunilkrishna2783 Před 10 měsíci

      same here if there is a youtube video then the navigate back not working and if i pause the youtube video then the navigate back is working

    • @codewithnomi
      @codewithnomi  Před 10 měsíci

      The issue is with the webview and it crashes the entire app 🥲
      This only happens on android because of the webview issue, for now i've updated the github repo and hidden the youtube video on android, now it only shows a video link and it opens the video in youtube app.

    • @tharukadeshan4518
      @tharukadeshan4518 Před 9 měsíci

      @@codewithnomi Hi
      I have fixed adding webViewStyle={{ opacity: 0.99 }} to CZcamsIframe

  • @rish_you
    @rish_you Před 11 měsíci

    You could have used flatlist instead of mapping catagories.

  •  Před 7 měsíci

    how did you install tailwind to your project?

  • @SirRehman786
    @SirRehman786 Před 11 měsíci

    Tailwind work on App. Js but not work on homescreen and welcomescreen plz help me sir g

    • @codewithnomi
      @codewithnomi  Před 11 měsíci +1

      you need to update the contents array in your tailwind.config.js file to include all the paths for your directories where you are using classNames

    • @SirRehman786
      @SirRehman786 Před 11 měsíci

      thanx a lot@@codewithnomi

  • @koadhiow
    @koadhiow Před 10 měsíci

    "My app is encountering a 'database or disk is full (code 13 SQLITE_FULL[13])' error when using Expo on my Android phone. Could you please provide guidance on how to resolve this issue?"

    • @codewithnomi
      @codewithnomi  Před 10 měsíci +1

      I'll check and update the git repo 😉

    • @koadhiow
      @koadhiow Před 10 měsíci

      @@codewithnomi thank you

    • @codewithnomi
      @codewithnomi  Před 10 měsíci +1

      ​@@koadhiowfixed and updated the repo

    • @koadhiow
      @koadhiow Před 10 měsíci

      @@codewithnomi Great!, Glad to hear that, thank you🤩

  • @apxlxnix1
    @apxlxnix1 Před rokem

    New to react native, why does your project comes with those folders that mine doesn't come?

    • @codewithnomi
      @codewithnomi  Před rokem +1

      I'll try making beginner friendly videos

    • @apxlxnix1
      @apxlxnix1 Před rokem

      @@codewithnomi It's already friendly, I just thought you used a different command to create your react native template

    • @codewithnomi
      @codewithnomi  Před rokem

      @@apxlxnix1 yeah but they are not totally from scratch because i was trying to make the videos as short as possible

  • @YL1998pradeep
    @YL1998pradeep Před 11 měsíci

    Bro which mac are u using

  • @kaustabhmahanta5116
    @kaustabhmahanta5116 Před měsícem

    You can at least give the dummy data file link. Not everyone wants to buy source code just for the dummy data

  • @muhammadmaaz6922
    @muhammadmaaz6922 Před 8 měsíci

    facing error recipe.js screen line 22.. kindly help me..
    error is :: TypeError: Cannot read property 'length' of null
    {
    categories.length==0 || meals.length==0? null: (
    item.idMeal}
    numColumns={2}
    showsVerticalScrollIndicator={false}
    renderItem={({item, i}) => }
    // refreshing={isLoadingNext}
    // onRefresh={() => refetch({first: ITEM_CNT})}
    onEndReachedThreshold={0.1}
    // onEndReached={() => loadNext(ITEM_CNT)}
    />
    )}

    • @muhammadmaaz6922
      @muhammadmaaz6922 Před 8 měsíci

      @Code With Nomi

    • @codewithnomi
      @codewithnomi  Před 8 měsíci

      Console log the data that you are setting in categories or meals.

    • @muhammadmaaz6922
      @muhammadmaaz6922 Před 8 měsíci

      @@codewithnomi ok bhai

    • @shubhamthakur619
      @shubhamthakur619 Před 2 měsíci

      where you have mentioned the url to call the api, you must have used the wrong type of quotes. ` use these `

  • @RajneetiReports
    @RajneetiReports Před 11 měsíci

    className not working no effect

  • @tonywhite4476
    @tonywhite4476 Před rokem

    Patreon?

    • @codewithnomi
      @codewithnomi  Před rokem

      I haven't setup my patreon page, cause im not really sure what to offer there 😅, but i'll soon set it up

    • @codewithnomi
      @codewithnomi  Před rokem

      here:
      patreon.com/CodeWithNomi

  • @kimberlydillon8588
    @kimberlydillon8588 Před 11 měsíci

    P r o m o S M 👊

  • @phucnguyentrong9896
    @phucnguyentrong9896 Před 10 měsíci

    f

  • @ANKITRAI-gd2hd
    @ANKITRAI-gd2hd Před 12 dny

    mf uses all the tricks to pay for assets