📚 Enroll in "The Full-stack Mobile Developer" and become a 6-figure dev in 2021: academy.notjust.dev/ 🎒 Download the Asset Bundle: assets.notjust.dev/airbnb
@@notjustdev Hey Vadim, you are beyond amazing. Ive tried alot of different courses on Udemy and this beats everything. One question: I know you have alot of typescript tutorials, is it possible to follow them even though I would like to use JS? Meaning are they that close so that it makes sense and its not too easy to get lost in differences of how to do things? Best from estonia
If you have any problem with position: 'absolute', top:50, zIndex: 1 on Android, you will need to have elevation: 2 for searchButton to show the search bar in the app
மிகவும் சிறப்பாக கற்று கொடுக்கிறீர்கள் உங்களிடம் இருந்து நிறைய கற்று கொண்டேன் You are teaching very well I have learn lot of things from your tutorials I respect you sir ! Thank you so much
Thank you so much mate.You are doing georgous work for people who are willing to learn React-Native.As i am a beginner i feel comportable while i am watching you.
thank you very much for your awesome guide. I have a question: Pressable is not working in android, even though I used the elevation ... elevation is working and showing but not working with onPress function .. plz help me
On android there are massive issues: (home) zIndex doesn't work (needs elevation) and even then the button doesn't work. Any fixes for this, since without it's impossible to proceed really
I had a question why does the pressable button doesn't work in homescreen ("where are you going" one) when there's position absolute given? My device Android.
Thanks a lot, glad that you are enjoying this. Thanks for letting me know, I just updated the assets and it now include the wallpaper image. The housing images are served via URL which are already in the dummy data.
Hello Vadim I am on minute 36:34 and I am trying to add the Home Screen background image and it seems to not be displaying anything. Any clue to why that is happening?
Great video but it just cuts short at the end there. Going to Advance UI video does not cover what was cut off from this video. Am I missing a video that covered the rest or we just figure it out on our own?
01:11:10 I`ve two questions 1. is it necessary to give width, when giving aspectRation?, 2. why u not used aspectRatio in home screen bg image? and give some idea on screen responsiveness for text elements.
1. It's necesery to specify one of the side (widht or height) together with aspectRation, and the other value that is missing (width or height) will be automatically calculated. 2. no particualr reason. There are different ways to acomplish the same outcome
@@notjustdev thank you 🙏 the npx phrase worked but when I typed "yarn start" it still said command not found. Should I have downloaded something for yarn to work? kind of confusing.
Hey mate I am new to this " react world " can I make this with expo and eject later cause expo makes working really fast. P.S - Your content is really mind blowing sending you love.
Hey there. Yeah, sure, you can make this with expo, and it will be much faster because most of the things there come preinstall. You can even start from a template with bottom tabs as it already has navigation and vector icons installed (but it's using typescritp).
@@notjustdev , can you make app like appointment application, for doctors, or trainers something like that, with one to one chat with notification of the individual chat like whatsApp, that would be very helpful for us, and thank you again Brother
Is this basically what a React Native front end dev does or does the front end dev hook up to the backend as well? Just looking for some definition of job descriptions/job titles. Thanks!
Render the pressable button after image background, React Native works a bit different than React, as the button has position absolute, it renders first and the second element renders on top, so if we change order the 2nd element (which is now button) will render on top. Explained on Stackoverflow: stackoverflow.com/a/36940904
@@notjustdev aye thanks for the quick reply! also, a few more questions: 1. will firebase be implemented as well? 2. how many more videos do you plan on making until it is finished? Thanks
Hi mate. First of all thank you for the content. I like it. However i have a question : Why did you not create a component for the 3 cards in the QuestsScreen ? Have a nivce day :)
Hey, great video and explanations! I just can’t seem to get the search bar on the home page to show up over the background image even when I try copy and pasting your source code. I am developing on a Windows environment for the Android OS by the way. Any help would be greatly appreciated!
@@notjustdev yes. You're teaching methods are awesome I can easily grab concepts. I am not able to find Auth navigation in this tutorial. Could you please embed login and sign up in one of your RN projects so I could learn it properly.
@@notjustdev Could you make it with payment integration? and Could you make Ecommerce App clone. Like Gearbest Mobile App Clone with Payment Option something like that
I've done. Now I know how to browse icons. Another question: if I'm working on an Expo project how can I setup react-native-vector-icons? Because it doesn't show icons on bottom tab navigator
Just wasted an hour trying to find out why my SearchResultsScreen component is not rendering properly. It's because I typed FlatList as Flatlist. It's so frustrating :)
Next part coming out this Friday. The Livestream has been interrupted, but it was the last thing planned for this part. I will redo the part that was interrupted
📚 Enroll in "The Full-stack Mobile Developer" and become a 6-figure dev in 2021: academy.notjust.dev/
🎒 Download the Asset Bundle: assets.notjust.dev/airbnb
Savin, You are Great, Thanks a lot for your help, Great Teacher!
Greetings from Costa Rica!
@@1968Mcneil Thanks for the kind words
Can you provide us guide on how a complete app are build and deployed on play store that will act like a roadmap for some people
@@notjustdev Hey Vadim, you are beyond amazing. Ive tried alot of different courses on Udemy and this beats everything. One question: I know you have alot of typescript tutorials, is it possible to follow them even though I would like to use JS? Meaning are they that close so that it makes sense and its not too easy to get lost in differences of how to do things?
Best from estonia
Oo
If you have any problem with position: 'absolute', top:50, zIndex: 1 on Android, you will need to have elevation: 2 for searchButton to show the search bar in the app
Thanks!
I was struggling for this from past 2 days. Thanks for your suggestion here. It worked perfectly fine for me :))
You're a hero!
THANKS!!
மிகவும் சிறப்பாக கற்று கொடுக்கிறீர்கள்
உங்களிடம் இருந்து நிறைய கற்று கொண்டேன்
You are teaching very well
I have learn lot of things from your tutorials
I respect you sir !
Thank you so much
Thank you!
A big thank from France ! Your english is really understandable, and your tutorials are a real pleasure tu follow ! Thank you very much Vadim.
Thanks for appreciation
Thank you so much mate.You are doing georgous work for people who are willing to learn React-Native.As i am a beginner i feel comportable while i am watching you.
how do you not run into bugs
since it's 3 years ago?
Awesome one! Would love to see more clones and projects from you.
Thanks
i'm react js developer and i'm preparing for a job interview for RN this friday so i'm here starting from scratch :D
Hey, good luck with the interview. If you have experience with ReactJS, it's going to be pretty easy for you to do the switch
Thank you ! Can i follow along using expo instead ?
@@hb2917 In the second video we are using google auto complete library and google maps library, and I am not sure they are supported on expo though
@@notjustdev okay awesome thank u man 😁
@@hb2917 My pleasure
thank you very much for your awesome guide. I have a question:
Pressable is not working in android, even though I used the elevation ...
elevation is working and showing but not working with onPress function ..
plz help me
I solved this problem by switching the component and component.
thx anyway!
half way through, so far good explanation and really easy to understand, thank you soo much vadim !!
Hey, really glad that you enjoy it
Great work buddy, please make any online payment app.
You are an excellent teacher.
What are the snippets you use in vsc?
Thank you!
Also wondering what are the snippets or extensions you used?
I completely understand why we use expo lol SO much extra work although I will say it was needed to understand both better.
Yeah, I also prefer simplicity
its better if you use typescript.. I love your content its very informative and to the point
Smashed the like button as fast as I could ❤️❤️❤️❤️❤️🎉🎉🎉🎉
Thanks
On android there are massive issues: (home) zIndex doesn't work (needs elevation) and even then the button doesn't work. Any fixes for this, since without it's impossible to proceed really
I had a question why does the pressable button doesn't work in homescreen ("where are you going" one) when there's position absolute given? My device Android.
#VadimSavin +1. Please assist
Simplicity at its Best💯
you are very skillful and excellent
greetings from egypt
Thank you very much!
Very helpful! Keep it up! 💪
Thanks
hello i'm getting Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager. what to do...?
I have the same problem.Did Someone find the answer?
Great video, helped me a lot thank you!
Are you having any issues with page viewer ?
great content, just what i was looking for.
Glad it was helpful!
thank you so much . I really appreciate you doing the best rn tutorial for beginners. :)
You're very welcome!
Great work Vadim, greetings from Macedonia
Hey There
Hey Vadim! Awesome project, excited to follow along here. The assets download doesn't seem to have the images though, just a heads up!
Thanks a lot, glad that you are enjoying this. Thanks for letting me know, I just updated the assets and it now include the wallpaper image. The housing images are served via URL which are already in the dummy data.
Thank my friend Vadim...I learned a lot from you.
As I begin my journey in react native 🙏
You have an awesome tutorial.
Thank you! Cheers!
How would u dealt with, security like Airbnb..
Hello Vadim I am on minute 36:34 and I am trying to add the Home Screen background image and it seems to not be displaying anything. Any clue to why that is happening?
did you solve your problem ı got some ıssue to.
Great content.Subscribed.
Awesome, thank you!
thanx a million, really informative and easy to follow
i've got TypeError: Undefined is not an object (evaluating 'post.bed')
You are really Very great mentor to guide .Thank you very much.
How did you build the splash screen
Amazing tutorial love from India..
Great video but it just cuts short at the end there. Going to Advance UI video does not cover what was cut off from this video. Am I missing a video that covered the rest or we just figure it out on our own?
Greeting from Azerbaijan
Hey there
Great work. Very useful content. Thank you
Thanks
01:11:10 I`ve two questions
1. is it necessary to give width, when giving aspectRation?,
2. why u not used aspectRatio in home screen bg image?
and give some idea on screen responsiveness for text elements.
1. It's necesery to specify one of the side (widht or height) together with aspectRation, and the other value that is missing (width or height) will be automatically calculated.
2. no particualr reason. There are different ways to acomplish the same outcome
@@notjustdev Okay. how ur handling font size across diff devices?
error: Error: Unable to resolve module `./aws-exports` from `index.js`:
what the heck is this error. i have same error and idk what i'm gonna do
Hey, What you to simulate your project on the computer screen? I am really struggling about it. Thanks :D
good job from Malawi africa
Thanks
When getting started, how come when I input "$ yarn start" or "nix react-native init Airbnb" the terminal window returns "bash: $: command not found"?
You do not need the $, at the beginning. Do just "yarn start" and "npx react-native init Airbnb"
@@notjustdev thank you 🙏 the npx phrase worked but when I typed "yarn start" it still said command not found. Should I have downloaded something for yarn to work? kind of confusing.
@@senhorcolcci yes, you need to install yarn. Or, you can use npm. Instead of "yarn start" do "npm run start"
about 42:58 line 23 , i have an error : cant find variable : data , what can i do now, please help, thank you
i've got TypeError: Undefined is not an object (evaluating 'post.bed')
Hello to you.
Can you please give us a file on description with the whole code you codes in this video? Thanks a lot
When I am import destination search and passed by nativagation it is showing blank screen
Great content 💯💯💯
🙏
What version of React was used?
App on android crashes when I add the image background. The logs are not showing any significant problems
I have major issues to setup react-native-cli in my mac, can I use expo-cli to follow this video?
We are using in the second part if the video some google libraries, and I am not sure if they work on Expo
Hey mate I am new to this " react world " can I make this with expo and eject later cause expo makes working really fast. P.S - Your content is really mind blowing sending you love.
Hey there. Yeah, sure, you can make this with expo, and it will be much faster because most of the things there come preinstall. You can even start from a template with bottom tabs as it already has navigation and vector icons installed (but it's using typescritp).
where is the search button part from guest screen?
Would this be possible to follow if starting the project using Expo Router?
Yes, I think it should be possible!
@@notjustdev OK, wish me luck ! 😂😁
Awesome content brother please add the push notifications ,
Thanks
@@notjustdev , can you make app like appointment application, for doctors, or trainers something like that, with one to one chat with notification of the individual chat like whatsApp, that would be very helpful for us, and thank you again Brother
Is this basically what a React Native front end dev does or does the front end dev hook up to the backend as well? Just looking for some definition of job descriptions/job titles. Thanks!
What if the image type is not supported by our computer?
React-native-vector-icons won't show but only displays names of icons on my android device and emulator i need help
anyone else experiencing an issue on android with the z-index causing the pressable button to not be clickable?
Render the pressable button after image background, React Native works a bit different than React, as the button has position absolute, it renders first and the second element renders on top, so if we change order the 2nd element (which is now button) will render on top.
Explained on Stackoverflow: stackoverflow.com/a/36940904
Thanks for nice lecture! 😍
Glad you liked it!
Hi Vadim, Thanks for doing this.
I have one small issue. Icons are not showing up in tab navigator. It is visible in other places. Can you help?
Hey there! Check if you don't have any typos, or send me some code/screenshots to be able to check
@@notjustdev How can I send the screenshots?
Hi Vadim, It's fixed. Instead of giving '()' I used '{}' and didn't return. It's working now. Thanks for the quick response ☺️
If we are on android do we have to install the ios dependencies as well?
Awesome. Thanks so much
did you taught how to add the aws amplify?
Amazing video. iOS home screen is perfect. Android Home screen doesn't have "search" button :(
Position: 'absolute' is not working in searchButton
Can anyone help?
i've got TypeError: Undefined is not an object (evaluating 'post.bed')
Pressable is not working with position absolute in android
on android, we should use elevation
@@notjustdev should i use elevation with position absolute or without position absolute?
@@amarbhatia4167 just add elevation: 100, and keep the rest same as vadim, it will work
@@aakash3637 not working when i add elevation 100
You Doing Really Good, Thanks a lot !!
God bless you..
Please make a video on How to build an ecommerce app using react Native..
Please!!
Thanks for the support! I will try my best to do it soon
@@notjustdev thank you ❤️❤️
if its not expo how can i run on physical device?
Download the source code and tried to run it, got an error :Module not found: Can't resolve './aws-exports' in '/Users/xyz/Downloads/AirbnbClone-main'
you have to initialize the amplify project
hey Vaidm, have you used redux in any of the builds on your channel?
Not yet
Great Man
Thanks 🙏
will you be making more videos in this series?
Yeah, this Friday we continue from where it was interrupted and will implement a lot of cool features
@@notjustdev aye thanks for the quick reply! also, a few more questions: 1. will firebase be implemented as well? 2. how many more videos do you plan on making until it is finished? Thanks
@@golden-mindset I will use AWS Amplify for the backend. We will do one more video on frontend, and 1-2 videos about the backend
@@notjustdev so hyped, cant wait to see it 🤟
Thank you brother!!!
It's great!
Hi mate. First of all thank you for the content. I like it. However i have a question :
Why did you not create a component for the 3 cards in the QuestsScreen ?
Have a nivce day :)
Hey, great video and explanations! I just can’t seem to get the search bar on the home page to show up over the background image even when I try copy and pasting your source code. I am developing on a Windows environment for the Android OS by the way. Any help would be greatly appreciated!
add elevation: 2 to searchButton
OMG Thanks!!!
Welcome!
Why everyone uses Expo and React itself does not?
What do you mean React does not?
thank you
hi Vadim, thank you for this awesome tutorial I am learning a lot. Could you please mention all the extensions that you are using?
Glad that you are learning from it!
@@notjustdev yes. You're teaching methods are awesome I can easily grab concepts. I am not able to find Auth navigation in this tutorial. Could you please embed login and sign up in one of your RN projects so I could learn it properly.
@@mokshagaming9968 Sign in and sign up is covered in the 3rd video on Airbnb, where I cover the backend
What happend after 3:12:36 ? Why there is a cut? What did I miss? :(
Not sure what happened there
Thank you so much
You're welcome!
@@notjustdev Could you make it with payment integration? and Could you make Ecommerce App clone. Like Gearbest Mobile App Clone with Payment Option something like that
@@phornpharath9525 Will try my best
@@notjustdev You're the man
Hi, great video! Could it be donde using expo?
Yes, it should be possible
how do i change it to a web app???
Excelente video, felicitaciones. Tendrás PDF , impresión en PDF?? Código QR??
Hola, que precio tiene esa app?
Great tutorial. Can I ask you something? How can I search other icons with react native vector icons?
I've done. Now I know how to browse icons. Another question: if I'm working on an Expo project how can I setup react-native-vector-icons? Because it doesn't show icons on bottom tab navigator
nice hair style
Thanks :D
Just wasted an hour trying to find out why my SearchResultsScreen component is not rendering properly. It's because I typed FlatList as Flatlist. It's so frustrating :)
hi how can i contact vith u ? i need some help in react native
Hi sir this is love from Pakistan 🇵🇰,
thanks
Anyone deployed it on expo please share link
Be blessed
Installed pods with windows.
where is the next part mate?
Next part coming out this Friday. The Livestream has been interrupted, but it was the last thing planned for this part. I will redo the part that was interrupted
@@notjustdev Thanks, for great stuff bdw keep going!
if using android add: elevation: (Platform.OS === 'android') ? 50 : 0 to css for home styling
Hey, how does one make the pressable(home screen) work on android? the onPress callback function
Great. Why don't you make a video of coding letgo clone
I have no Idea on how to get started can someone ahow me please?!🙏🏾