I have a question what app can be made with mobile I have seen some videos where app can be made with AI without coding
@YesinShaik-m6g3 сағат бұрын
please brother reply my comment
@YesinShaik-m6g3 сағат бұрын
I have a question what app can be made with mobile I have seen some videos where app can be made with AI without coding
@YesinShaik-m6g3 сағат бұрын
I have a question
@LogarioКүн бұрын
First! Awesome stuff! If you buy the source code, do you get set up with your own firebase and cloud services out of the box. Like, does the installation guide go over that, or is that something I would have to explore myself? Thanks!
@codewithnomi12 сағат бұрын
You will get a step by step guide to set up your firebase and cloudinary accounts.
@LogarioКүн бұрын
If you buy the source code, do you get set up with your own firebase and cloud services out of the box. Like, does the installation guide go over that, or is that something I would have to explore myself? Thanks!
@shriharimangle77332 күн бұрын
Want code for this…
@ManishYadav-sy3pl2 күн бұрын
which tailwind package did you use here?
@anischp2 күн бұрын
@codewithnomi thank you so much for bringing a very good tutorial. I'm following it. but stuck here - in _layout.jsx const { setAuth } = useAuth(); ERROR Warning: TypeError: Cannot read property 'setAuth' of undefined Please let me know what is the solution.
@SirwilliamsX2 күн бұрын
Teach me bro? Is there a KZbin channel for this?
@VikashGangwar-p4o2 күн бұрын
Hindi language me video upload karo
@IsanHawke2 күн бұрын
Great video! Wanted to buy you coffee but the link isn't working. Showing a 404..
@sinracal86983 күн бұрын
(NOBRIDGE) WARN source.uri should not be an empty string [Component Stack] resolve this error the image isnot appearing in the app getting image link from api but not reflection on the android
@maliknauman78733 күн бұрын
this is paid tutorial
@maliknauman78733 күн бұрын
is this is responsive design
@web_dev_with_ak3 күн бұрын
Osm 👏👍
@davidanselmo40414 күн бұрын
Bro how much can you charge me for delivery platform 😢
@ankandalui37085 күн бұрын
Sir next tutorial doulingo clone please 🥺
@furqanbhat34645 күн бұрын
Waiting for the next video of this series...
@mdmajid21365 күн бұрын
Great 👍💯
@dramasmoments85585 күн бұрын
pore youtube par ahsa nhi mila
@Limit_of_X6 күн бұрын
How can I hide the tab navigation on a specific screen?
@lekhakmukesh6 күн бұрын
Is "SafeAreaView" the same as "ScreenWrapperProps"?
@obelingo6 күн бұрын
Nice work. This is very helpful
@reactnative20246 күн бұрын
👍
@mdmajid21367 күн бұрын
Awesome 😎
@himanshuustfu7 күн бұрын
Bruh here iam stuck while creating an app for my project which does quantum encryption and decryption using quantum circuits, for like 2 weeks
@ImMrCam7 күн бұрын
What language you use
@inverzcxnbeatz43797 күн бұрын
what about verifying emails
@gamesetecnologiabr84757 күн бұрын
Please continue, this app is very good
@biko3x7 күн бұрын
Please help
@biko3x7 күн бұрын
React native snap carousel issues
@piustafadzwanyika59717 күн бұрын
Been waiting for these series and thanks to you codewithnomi im learning a lot through this much appreciated
@Fathippo4497 күн бұрын
hi sir no assets?
@adijaiswal80097 күн бұрын
i think this is not a full stack application .. you have used static info static images and vdos no dynamic uplaod is allowed ..well done best ui
@adijaiswal80097 күн бұрын
i was looking for full stack application
@khanhngocduongtran63277 күн бұрын
Hope you can post videos everyday, project very usefull, thank you so much.
@LeflexVADDNDF7 күн бұрын
You are truly the best RN youtuber, thank you so much !
@andersonpgs7 күн бұрын
Which program do you use to record the screen?
@hasantafankaji93057 күн бұрын
why did he not use the react native responsive screens package from npm?
@furqanbhat34648 күн бұрын
I really love the way you teach! I’ve followed all your app-building series, and they’ve been super helpful. It would be amazing if you could keep making more series like this, diving into the details, so we can learn even more. This would definitely help your channel grow too. Keep up the great work! Sending love from IOKashmir! A humble Request to make more series like this. Thanks :)
@codewithnomi8 күн бұрын
@@furqanbhat3464 Thank you for the kind words ❤️
@heruuu61148 күн бұрын
typescript 🤩😍
@manojv99068 күн бұрын
return ( <AuthContext.Provider value={contextValue}>{children}</AuthContext.Provider> ); Cannot find namespace 'AuthContext'. anyone know why this error is comiing
@DeadlyMan808 күн бұрын
Software name plz
@joshjakkrit60858 күн бұрын
@2:00:00 If you don't want to create iamgeService, you can simply add default uri in the same Avatar.tsx. Below is an example for TypeScript users. import { StyleProp, StyleSheet } from 'react-native' import React from 'react' import { Image, ImageStyle } from 'expo-image'; import { theme } from '@/constants/theme'; interface AvatarProps { uri?: string; size?: number; style?: StyleProp<ImageStyle>; } const Avatar: React.FC<AvatarProps> = ({ uri, size = 24, style, }) => { const source = uri ? { uri } : require('@/assets/images/profile-default.jpg'); return ( <Image source={ source } transition={100} style={[styles.avatar, {height: size, width: size, borderRadius: size / 2 }, style]} /> ); };
@MaxKillerd28 күн бұрын
What app you use to develope
@LuxuryMart-x1l8 күн бұрын
Bro can you make a app for me
@LuxuryMart-x1l8 күн бұрын
I will pay you what your cost..
@georgedeguzman85199 күн бұрын
I have a question. Do you make all that in a single screen file ? Or do you make the menu and the food profile screens in different screen?