Thank you very much for these videos. I am a developer who has never learned React Native or even JS and this made it simple to follow in a straightforward way.
It has been by far the best video to develop an app pretty fast, I also understood a lot of things about JS because of your straightforward way to explain, and everything is related to my university project. For sure, I am gonna suscribe. Thanks a lot !!!!!!
Thank you so much for this wonderful Video. I am almost completing this tutorial. I am stuck with this error below. Can you please help, unable to find any resolution. Thank you so much!!! Greatly appreciated. Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager.
Great training, but I've encountered a block because I don't have Android or IOS files in my environment. So, I was wondering if I should skip over the React navigation MainActitivy override and use the expo router, or continue to use React Navigation?
Hello, thank you for the great tutorial. I have a small issue.. the SignInScreen doesn't show when I added the Stack.Navigator (at 31:00). May I know what may I have missed out please?
Hi,Mr.Vadim. I have questions about lambda functions. 1. if I'd like to build a shop app which needs user's info like company name, should I use the lambda function which is pre-sign up? 2. I know you create two apps in Uber clone series, but if I want to add some components based on the same app, is it possible using user's attributes? like add isAdmin attributes, true or false , or hardcode my sub in VS code
Hi ^^ Thanks for your vids it's very helpful ^^ I have tried to open the app on my phone with expo but the way I initiated the project ( your way with npx native-react init project) doesn't allow me to bundle with expo. How can I make it work ?
Hi, I have an error " The action 'NAVIGATE' with payload {"name":"QrScreen"} was not handled by any navigator. Do you have a screen named 'QrScreen'? "
Hello bro, when i run in android platform every thing is working fine but when i run this app on ios the is issue related to custom Text input. how to make it dynamic for every platform
Hello ! I am new to this channel :) Thank you so much for this qualitative and very clear work, when can we expect the part 3 ? I saw that it was online but I can't find it :'(
at 27:34, why is it that this worked? The file name in the dashboard displays as index.js, although we have changed the const to "Navigation"? Is it since there are so many files with the name "index.js" that this works?
hi thank you so much for the content, i'm doing follow along and building the app, i'm facing the issue of after i import the stack navigator, i'm facing the failed to build, i've trying since two days i'm not able to solve this, if u can get in touch with me, we could solve this issues i've been looking for the solution all over the internet, please help me solve the issue, i'll be your great debt.
can you share the source code for this one ? the code analysis with following along fir once is sometime easier then watching the video three or four times
Hi, I'm getting the error "The action 'Navigate' with payload was not handled by any navigator. Also, when I give the name as "Home" it works. But when I give the actual screen name - HomeScreen or any other, it doesn't. Can anyone help?
@@notjustadulting705 can you help me with this? His homescreen folder only has an index.js named index, then he has a navigation named 'home' and i get an error not know if there is a screen with the name 'Home'. How do i fix this?
sir, i know this is react native series but need one from from you: while installing React js, i am getting the error ERR_OSSL_PEM_NO_START_LINE error:0909006C:PEM routines:get_name:no start line so,if you have any idea about how to solve this error then i request you to please help me...
Part 3 is already on the channel (ua-cam.com/video/G4jD_u7isXk/v-deo.html) Today I finished recording Part 4, which covers the backend with AWS Amplify. Coming soon
waiting for part 3 thanks for the course
just learned an easy way for navigating thanks a lot waiting for part 3 of this
Thank you very much for these videos. I am a developer who has never learned React Native or even JS and this made it simple to follow in a straightforward way.
Very comprehensive training with lots of great tips. Great job putting this together!
It has been by far the best video to develop an app pretty fast, I also understood a lot of things about JS because of your straightforward way to explain, and everything is related to my university project. For sure, I am gonna suscribe. Thanks a lot !!!!!!
Cant wait for part 3!
Hey, really glad you made these login authentication videos, REALLY looking forward to part 3!
It's a mind blowing tutorial, literally its just opened my eyes.
Love
Can t wait for PART 3, this is a good course.
Very interesting because I am learning too. Thank you! 😊 I'm looking forward for the part 3
Wonderful Tutorial for learning Navigation V6 & Custom Component.
Just Amazing !
I'm really looking forward to part 3 Thank you too much!
You're very welcome!
You really cleared my all doubts.. Waiting for Part 3
Yeah man. Very nice! Also can’t wait on the course
Amazing tutorial, kindly may I ask when 3rd part of tutorial will come out?
This is one of the best tutorials !!!! Thank you!
its awesome. Really helpful. Drawer navigation needs.
awesome tutorials, waiting for PART-3
This is one of the best tutorials on UA-cam. Shows me exactly what I need.
Just waiting for part three now 😎👍
Part 3 is already published. Check it out
@@notjustdev Where is it? I can't seem to find it
@@notjustdev I'm looking for it as well. It'd be greatly appreciated if you could link it. Thank you!
It's right here, he didn't link it:
ua-cam.com/video/G4jD_u7isXk/v-deo.html&ab_channel=notJust%E2%80%A4dev
@@notjustdev Where is it?? Can't find it
מדהים!!! מחכה לחלק 3
Always here first . To learn all the new stuffs ♥️♥️🎉
You're the best!
love u man
SpringBoot for the back end will be perfect tuto
Thank you so much for this wonderful Video. I am almost completing this tutorial. I am stuck with this error below. Can you please help, unable to find any resolution. Thank you so much!!! Greatly appreciated.
Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager.
hi bro.i got an error like a navigator can only contain screen components as its direct child ren
Thank you so much for this awesome hands-on lecture.
This was great, thank you!
Loud and Clear.. Thx a lott :))
Excellent and best video ever, Really appreciated :thumbsup
Thanks buddy
@@notjustdev Welcome. When part 3 will be uploaded? eagerly waiting for part3
Good stuff as always!
Glad you enjoyed!
When will your course be their on your website?
can you show api with the node js connect rather then aws please vadim. you are awesome
great lecture ....very helpful ...good work
part 3 please!!
Great training, but I've encountered a block because I don't have Android or IOS files in my environment. So, I was wondering if I should skip over the React navigation MainActitivy override and use the expo router, or continue to use React Navigation?
When can we expect Part III of this series, it is awesome tutorial keep it up bro
Part 3 please?
Please make tutorials about firebase
thank you for the tutorial but where is part 3?
Excellent job. Where is part 3?
Hello, thank you for the great tutorial. I have a small issue.. the SignInScreen doesn't show when I added the Stack.Navigator (at 31:00). May I know what may I have missed out please?
Solved by adding style={{flex: 1}} to the SafeAreaView.
Hello same issue I got here, adding style={{flex: 1}} didn't help me though, any idea how can I solve it?
I had the same issue and I solved it by editing the App.js
I remove the element, and left only the element.
Hi,Mr.Vadim.
I have questions about lambda functions.
1. if I'd like to build a shop app which needs user's info like company name, should I use the lambda function which is pre-sign up?
2. I know you create two apps in Uber clone series, but if I want to add some components based on the same app,
is it possible using user's attributes? like add isAdmin attributes, true or false , or hardcode my sub in VS code
pretty good project btw can we get the code of the video on github without the amplify or aws-amplify?
Hi ^^ Thanks for your vids it's very helpful ^^ I have tried to open the app on my phone with expo but the way I initiated the project ( your way with npx native-react init project) doesn't allow me to bundle with expo. How can I make it work ?
Can you show video part 3 user login fetch api from DB. Like your video tutorials
Hey! I’m having some issues with the Stack.Screen stuff it keeps saying it should be a Stack.Screen component even though it is a Stack.Screen
Good video Vadim, btw Waiting tutorial for signin using firebase & how logic works 😀
Please make a video on to connect BLE devices like IoT devices or other BLE devices using expo
Waiting backend part ✨🙏
hello sir, i'm not good at listening english. Does your course have subtitle in english or other language?
Please tell me what good laptop would you recommend for programming??
Gaming laptops usually do the trick because of their high ram capacity
How to add vector icons in react native as in this video and previous on i am not able to find and add it into my app how did u add ?
when is part 3 coming out ?
bro i love u so much ❤❤❤
Hi, I have an error
"
The action 'NAVIGATE' with payload {"name":"QrScreen"} was not handled by any navigator.
Do you have a screen named 'QrScreen'?
"
Does this part also work with expo cli?
thank you so much!
When part 3 is coming?
always great! ready for the backend :) --it will be great to create a backend with nodejs and opensource database that is not owned by aws or google
Can you do a hotel/ restaurant booking app. Thank you. Man
when I install dependencies from get started link then I get a lot of errors please guide me about that
where can I find the code
amazing video
Hello bro, when i run in android platform every thing is working fine but when i run this app on ios the is issue related to
custom Text input. how to make it dynamic for every platform
what exactly is the issue?
Hello ! I am new to this channel :) Thank you so much for this qualitative and very clear work, when can we expect the part 3 ? I saw that it was online but I can't find it :'(
I am waiting for part 3 too...and now is a year later. Am I in the wrong path of looking for it or there is no part 3 at all?🥲
Dear Sir, my app doesn't show the Sign In screen when I added that navigator :( I'm stuck at 31:00. Would you kindly help me?
Nevermind dear sir, just solved it xd
Hello, can you share how you resolve it? I am facing the same problem :(
@@sngpohliang961 Solved by adding style={{flex: 1}} to the SafeAreaView.
woooow amazing
@notJust․dev How can I run this on Expo?
at 27:34, why is it that this worked? The file name in the dashboard displays as index.js, although we have changed the const to "Navigation"? Is it since there are so many files with the name "index.js" that this works?
name of the file don't influence the code, you can call the file whatever you want, and the component too, it doesn't have to match
hi thank you so much for the content, i'm doing follow along and building the app, i'm facing the issue of after i import the stack navigator, i'm facing the failed to build, i've trying since two days i'm not able to solve this, if u can get in touch with me, we could solve this issues i've been looking for the solution all over the internet, please help me solve the issue, i'll be your great debt.
29:00 i',m not resolved ... T_T==>>The development server returned response error code: 500
can you share the source code for this one ? the code analysis with following along fir once is sometime easier then watching the video three or four times
CAN U PLEASE MAKE THE SAME AUTHENTICATION WITH FIREBASE?????
PLEASEEE
Part 3?
Thank you
You're welcome
part 3 when?
Please Vadim I support the idea of creating a backend with express and open source DB
hey bro you didn't finish the uber clone
We need how to create password with number Phone otp
hallo, excuse me i wan't to ask about the error "RNSScreenStackHeaderConfig" was not found in the UIManager. what should i do?
i'm install same react native navigation on v6
Can anyone help me to know why he is making index.js file for every screen.
how to stop the server
Please it's been over a month and we are patiently waiting
Hi, I'm getting the error "The action 'Navigate' with payload was not handled by any navigator. Also, when I give the name as "Home" it works. But when I give the actual screen name - HomeScreen or any other, it doesn't. Can anyone help?
Figured it out. 🙈
@@notjustadulting705 can you help me with this? His homescreen folder only has an index.js named index, then he has a navigation named 'home' and i get an error not know if there is a screen with the name 'Home'. How do i fix this?
sir, i know this is react native series but need one from from you: while installing React js, i am getting the error ERR_OSSL_PEM_NO_START_LINE
error:0909006C:PEM routines:get_name:no start line
so,if you have any idea about how to solve this error then i request you to please help me...
hey try pasting that into stack overflow, they usually have correct answers there
Thx bro
Please part 3 required .. I am feeling incomplete.. anyway thanks for tutorial
Part 3 is already on the channel (ua-cam.com/video/G4jD_u7isXk/v-deo.html)
Today I finished recording Part 4, which covers the backend with AWS Amplify. Coming soon
Next part??
Waiting for backend video
please provide source code
you are not upload part 3 of authentication when you upload part 3 of this topic
Coming up in december
L
Eagerly waiting for part 3 :)
@@notjustdev now january bro pls upload part4
Arrigato oasaimas...
Hey
Cool🤙
2022
i love you
Part 3: ua-cam.com/video/G4jD_u7isXk/v-deo.html
Part 4: ua-cam.com/video/EvzLRCDe6VI/v-deo.html
Thanks !!
why something that took you 40 minutes takes me 4 hours :'
What takes me 40 minutes on UA-cam, usually is because I invested and prepared it for 10-40 hours before
6:16
Part 3 here: ua-cam.com/video/G4jD_u7isXk/v-deo.html&ab_channel=notJust%E2%80%A4dev