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

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

Code With Nomi

9 месяцев назад

67,855 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@rabieridene9193
@rabieridene9193 - 22.11.2023 22:45

Thank you for great job to help we beginners.

Ответить
@harishkumardev5957
@harishkumardev5957 - 22.11.2023 17:26

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

Ответить
@mnofrizal
@mnofrizal - 21.11.2023 03:35

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

Ответить
@madie2659
@madie2659 - 19.11.2023 12:21

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

Ответить
@christ_investorph1355
@christ_investorph1355 - 18.11.2023 04:34

What android simulator did you use sir?

Ответить
@ahsanali580
@ahsanali580 - 16.11.2023 09:39

amazing design man

Ответить
@jeandesauw7646
@jeandesauw7646 - 14.11.2023 11:51

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! 👍

Ответить
@user-uo6vy3jv5h
@user-uo6vy3jv5h - 09.11.2023 17:18

one of the best video learned a lot.

Ответить
@ayman7062
@ayman7062 - 29.10.2023 23:30

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

Ответить
@shotsputyt
@shotsputyt - 26.10.2023 18:39

bro maraa error arahaa ha "Error catching image:Error:database or ....."so sir kindly help me to solve the error

Ответить
@alzearafat
@alzearafat - 25.10.2023 11:19

Thank you, this is so helpful. Instant subscribe!

Ответить
Só Games
Só Games - 25.10.2023 10:27

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

Ответить
@arslanofcl
@arslanofcl - 22.10.2023 21:02

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

Ответить
@diegofiguesevi8355
@diegofiguesevi8355 - 21.10.2023 05:25

I LOVE YOU!!! THANKS FOR THE TUTORIAL ❤

Ответить
@phucnguyentrong9896
@phucnguyentrong9896 - 20.10.2023 16:15

f

Ответить
@josephwhite3971
@josephwhite3971 - 19.10.2023 01:49

**For MasonryList not loading**
What worked for me was adding a setTimeout method for 500-750 milliseconds. This loads <MasonryList /> after the page loads:
const [showMasonryList, setShowMasonryList] = useState(false)
useEffect(() => {
const timer = setTimeout(() => {
setShowMasonryList(true)
}, 750)
return () => {
clearTimeout(timer)
}
}, [])
return (
<View className="mx-4 space-y-3">
<Text
style={{ fontSize: hp(3) }}
className="font-semibold text-neutral-600"
>
Recipes
</Text>
<View>
{showMasonryList && (
<MasonryList

Ответить
@koadhiow
@koadhiow - 16.10.2023 14:48

"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?"

Ответить
@josegilabertpons3298
@josegilabertpons3298 - 15.10.2023 02:47

Hi guys, has anyone been able to launch this app with Expo web? I'm having issues with the styles; it works fine on ios. Thanks!

Ответить
@josegilabertpons3298
@josegilabertpons3298 - 12.10.2023 13:43

Awesome channel, thank you very much for share!

Ответить
@jasonakbar6412
@jasonakbar6412 - 09.10.2023 14:53

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

Ответить
@sholuadeoluwakoredeolamide8186
@sholuadeoluwakoredeolamide8186 - 04.10.2023 21:00

Exactly what I needed to take react native seriously again.

Ответить
@heysuryaaaa
@heysuryaaaa - 03.10.2023 16:24

damn this is amazing!!!!

Ответить
@cwcfunclock2709
@cwcfunclock2709 - 02.10.2023 21:52

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.

Ответить
@ijasdeen5084
@ijasdeen5084 - 29.09.2023 12:37

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

Ответить
@ijasdeen5084
@ijasdeen5084 - 29.09.2023 12:10

Will that be responsive while running on Android phone?

Ответить
@isahildhillon
@isahildhillon - 28.09.2023 20:23

className not working no effect

Ответить
@souzafeb
@souzafeb - 27.09.2023 22:53

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!

Ответить
@rish_you
@rish_you - 27.09.2023 09:32

You could have used flatlist instead of mapping catagories.

Ответить
@aaronvandenberg5863
@aaronvandenberg5863 - 27.09.2023 00:01

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

Ответить
@h.o.l.a.t
@h.o.l.a.t - 25.09.2023 14:24

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

Ответить
@SirRehman786
@SirRehman786 - 24.09.2023 04:27

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

Ответить
@kimberlydillon8588
@kimberlydillon8588 - 23.09.2023 06:28

P r o m o S M 👊

Ответить
@watchitfast
@watchitfast - 22.09.2023 12:55

Got this error during project creation. I am using Ubuntu. Tried all solutions available on internet. Even reinstalled my OS 3 times.

✔ Downloading template
⠋ Copying template/home/shiva/.npm/_npx/64e95eb2d999e37b/node_modules/graceful-fs/polyfills.js:265
if (!chownErOk(er)) throw er
^
Error: ENOENT: no such file or directory, chmod '/home/shiva/Projects/my-app/android/gradle/wrapper/gradle-wrapper.properties'
at Object.chmodSync (node:fs:1991:3)
at Object.chmodSync (/home/shiva/.npm/_npx/64e95eb2d999e37b/node_modules/graceful-fs/polyfills.js:263:21)
at ReadStream.<anonymous> (/home/shiva/.npm/_npx/64e95eb2d999e37b/node_modules/@react-native-community/cli/build/tools/copyFiles.js:83:19)
at ReadStream.emit (node:events:517:28)
at emitCloseNT (node:internal/streams/destroy:132:10)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21) {
errno: -2,
syscall: 'chmod',
code: 'ENOENT',
path: '/home/shiva/Projects/my-app/android/gradle/wrapper/gradle-wrapper.properties'
}

Ответить
@ShawkiFitouri
@ShawkiFitouri - 19.09.2023 12:04

amazing nomi , as always !!

Ответить
@jaifmd4691
@jaifmd4691 - 18.09.2023 07:33

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.

Ответить
@cuocsongoCanada87
@cuocsongoCanada87 - 17.09.2023 06:48

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

Ответить
@hussainmodiwala
@hussainmodiwala - 15.09.2023 17:40

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

Ответить
@debadityakashyap628
@debadityakashyap628 - 14.09.2023 06:46

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)

Ответить
@dkmediaworks9444
@dkmediaworks9444 - 13.09.2023 07:52

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

Ответить
@brianrobillos2769
@brianrobillos2769 - 12.09.2023 19:02

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

Ответить
@yogeshl.pradeep933
@yogeshl.pradeep933 - 10.09.2023 03:07

Bro which mac are u using

Ответить
@aadilmallick911
@aadilmallick911 - 09.09.2023 02:30

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.

Ответить
@adriansamtani7120
@adriansamtani7120 - 08.09.2023 11:09

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

Ответить
@haniseanda
@haniseanda - 08.09.2023 09:02

Great Image Caching method🔥💯

Ответить
@inamulhasans9461
@inamulhasans9461 - 06.09.2023 20:17

Great video 🎉

Ответить
@user-te4gn9yq5c
@user-te4gn9yq5c - 05.09.2023 04:44

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

Ответить
@michealskup5730
@michealskup5730 - 04.09.2023 09:05

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

Ответить
@iamasifimam
@iamasifimam - 02.09.2023 06:54

awesome video thankyou for this

Ответить