I'm a .net dev and learning react native using your tutorials, great teacher What would be great to see is how you can have an tabbar layout that only applies to pages after auth
First time I've ever commented on a video but just want to say this series has been so helpful for me, please keep them coming with more ideas in the future!
Fantastic work on this upload! One thing is though at 44:00 you alt-drag what looks like from login to the /icons directory, and presumably still had the arrowLeft SVG code on your clipboard from hugeIcons...but I don't understand at all how to recreate what you did. It looks like you drag-copied it but only for the structure, similar to how if you type a sequence of numbers in Excel and drag down it'll continue the sequence, but in VS code I'm not at all seeing how to copy the general structure of an SVG but also copy over the vars within and copy each icon's distinct SVG paths. How was this done at 44:00?
9:24 for ios, it shows "- npm run ios # you need to use macOS to build the iOS project - use the Expo app if you need to do iOS development without a Mac". what do I do?
Hi, nomi, i would like to suggest/request more features like stories or status, message features and more social features a like. Bytheway i am curios to know when is part 2 release ?
This is video is helping me in my Reat Native journey. How did you come up with the theme scripts. In the video you copied and pasted. But its not clear where you copied from
Hello Good evening, This playlist is amazing playlist. Sir please implement social login in this aap . I don't have found social login video with proper solution in the you so please implement in this project
I have a question... You defined router inside login page (login.tsx) and passed it to BackButton component... Could not you use useRouter hook inside the BackButton itself to get the router? By the way i dont see any reference to useRouter hook inside expo router documentation... Is it deprecated?
Please how do I create an app using js instead of ts extention, because when ever I type npx create-expo-app@latest, it's a typescript file extention I get by default, but I want js, JavaScript.
purchased and ran app but i'm consistently getting the web error: ReferenceError: window is not defined I also get this error when I run from my android phone but not as often. i have been able to login from android, create a user. i scaffolded the db tables. i see the tables. i tried creating a post but I keep getting error.
It sounds like you're having issues with VS Code's IntelliSense while working with props in components. Here’s a clearer version of your comment: "Sometimes, when using props in components, the main page components don’t seem to get the values from Ctrl + Space in VS Code." waiting for next video.. use less props when full is ready use props so for beginners can easly understands
@@erawtion both are best, but if I had to pick one then that would be supabase. Because it has the SQL based database (postgress) which is open source.
I'm new in react native Can you give advice Learn react native or go to react native expo I know html and css and java script How can I start the react native
Social Media App part 2 : th-cam.com/video/xr1OexK2tOs/w-d-xo.html
I am done with part one, cant waint to see part two ASAP😊😊😊😊
Wow! This video helped me to understand the code standard like how to write clean code and make reusable components
I'm a .net dev and learning react native using your tutorials, great teacher
What would be great to see is how you can have an tabbar layout that only applies to pages after auth
First time I've ever commented on a video but just want to say this series has been so helpful for me, please keep them coming with more ideas in the future!
what a great job you do , so simple , easy & helpful thank you bro
Amazing work, thank you Nomi, for sharing your knowledge with us
Fantastic work on this upload! One thing is though at 44:00 you alt-drag what looks like from login to the /icons directory, and presumably still had the arrowLeft SVG code on your clipboard from hugeIcons...but I don't understand at all how to recreate what you did. It looks like you drag-copied it but only for the structure, similar to how if you type a sequence of numbers in Excel and drag down it'll continue the sequence, but in VS code I'm not at all seeing how to copy the general structure of an SVG but also copy over the vars within and copy each icon's distinct SVG paths.
How was this done at 44:00?
You are doing great bro keep uploading videos. Your teaching style is also too awesome
@@flexcoder thank you
Love it! I 'll try this one very soon. Thnak you Nomi
Bro i just started react native after exploring reactjs/nextjs/express! Cheers Hope this might be useful
can u make a video on how to keep all this in mysql db and how to manage/handle it? plz
Thats good i will try to make this i am react js developer I want to learn native
@@alfaloverss3116 you will love react native ❤️
Thanks.
Which Backend Framework you're using?
You can just use percentages in the styles than import wp or wh. both will work
Bro for me also wp and hp method is not working please tell us how to fix it 19:33
wow the video is nice very painful my computer cannot code it but ill watch the part two
Great video, thanks for share!
love this guy
Bro wp and hp method is not working how to fix please give me a solution 19:33
9:24 for ios, it shows "- npm run ios # you need to use macOS to build the iOS project - use the Expo app if you need to do iOS development without a Mac". what do I do?
Hi Nomi, why have you not used Nativewind for this tutorial?
I will try to use nativewind in future projects
Stylesheet is ok
Thank you very much!👍
i never get mac computer to write the code but im following you have download the video
Hi, nomi, i would like to suggest/request more features like stories or status, message features and more social features a like. Bytheway i am curios to know when is part 2 release ?
This is video is helping me in my Reat Native journey. How did you come up with the theme scripts. In the video you copied and pasted. But its not clear where you copied from
When you download Expo the file ThemedView, comes inside
Please upload the rest of the videos
Is in this project membership payments included so that the user can sign up for a paid version?
Hello Good evening,
This playlist is amazing playlist. Sir please implement social login in this aap . I don't have found social login video with proper solution in the you so please implement in this project
I have a question... You defined router inside login page (login.tsx) and passed it to BackButton component... Could not you use useRouter hook inside the BackButton itself to get the router? By the way i dont see any reference to useRouter hook inside expo router documentation... Is it deprecated?
I request you to post entire project at once please
I am waiting for the part 2
Please how do I create an app using js instead of ts extention, because when ever I type npx create-expo-app@latest, it's a typescript file extention I get by default, but I want js, JavaScript.
purchased and ran app but i'm consistently getting the web error:
ReferenceError: window is not defined
I also get this error when I run from my android phone but not as often.
i have been able to login from android, create a user.
i scaffolded the db tables. i see the tables. i tried creating a post but I keep getting error.
@@curlyfroable follow the steps in installation.txt file
how do you do that drag in the icon?
why do you have a javascript project but I got tsx ?
that is great video
bro what we can use your code to build our mobile apps and publish them on playstore please reply :)
Why you not show .expo folder
My window 11 laptop not working on expo
brother in assets folder link there is no theme file how i get it????
It sounds like you're having issues with VS Code's IntelliSense while working with props in components. Here’s a clearer version of your comment:
"Sometimes, when using props in components, the main page components don’t seem to get the values from Ctrl + Space in VS Code."
waiting for next video..
use less props when full is ready use props so for beginners can easly understands
is this design is responsive
which database you used
Please add notification fitur with fcm
Please add story creation
which backend database is the best? superbase or firebase? in terms of faster leg free loadings and realitime update + security.
@@erawtion both are best, but if I had to pick one then that would be supabase. Because it has the SQL based database (postgress) which is open source.
@@codewithnomiwonderful and thank you so much sir. can't wait to see part 2 of this tutorial. ❤️
Why you not use native wind ???
Amazing
Hi Nomi ,what is the backend for this development ?
@@sangappagiddannavar5034 supabase
@@codewithnomi Is this is better option to choose comparing Firebase and Mango DB for production apps
how do you change the style of the fonts
Chatting bhi chahiy tha esme
how to send otp if user wants to login
Any plan to add dark mode
when the second part comming?
soon
Hello Nimo, how can I reach you? There is something I will like to share with you.
I'm new in react native
Can you give advice
Learn react native or go to react native expo
I know html and css and java script
How can I start the react native
@@MinaMk587 as a beginner, you can start with react or react native expo
@@codewithnomi what the different between them ? Can you make a video and explain it 😅❤️
will you add an algorithem?
sir use typescript
Please provide assets u will get more views
You can find the assets link in the description!
Great video! Pls provide assets folder, thankyou
You can find the assets link in the description!
Kindly add Login with phone OTP please every one teach login with email, kindly add this hot feature login with phone sms otp
and one more feature add follow and followers
Is this Android app or IOS app?
both
this is not the full tutorial ??
its part 1 , see title carefully
Man u r awesome