Thank you Beau and FreeCodeCamp for sharing my second course. I'm working on creating more content on JavaScript and React Native which I'll be sharing with FreeCodeCamp and the tutorials will have more advanced features.
Love the wellness theme. Please more tutorials in this niche!!! Can’t wait to try this tutorial. I’ve been wanting to play around with mobile dev for awhile now.
Hello friends. If we had to choose a field at university, should we choose artificial intelligence or software engineering? To be honest, I haven't chosen what I will be yet, I am also interested in cyber security.
ven 25-year-olds can't find jobs these days. Despite knowing multiple programming languages and practicing for interview questions, people still can't get hired; they are being rejected outright. I know people who have been applying for jobs for a year, even a year and a half. People are even being laid off. Understand this, finding a job has become very difficult, extremely difficult. For those over forty, it's even harder. The job market has changed a lot, friends. Really, unless you have connections, getting a job is incredibly, incredibly difficult.
@stevenCodeCraft I'm at 25:44, and I'm getting an error Invariant Violation: requireNativeComponent: "ViewManagerAdapter_ExpoLinearGradient" was not found in the UIManager. I tried everything google and Claude had to offer, but still it doesn't work...
Whoa I needed exactly this, what convent timing! I just don’t really know how to code yet… Do you think you can make a beginner friendly course on making a meditation app soon?
You need to learn how to code first before using any library And most likely this is beginner friendly, if you find it overwhelmingly difficult then you need spend more time programming
At 1:08:38 when I try to implement {affirmation?.image}, I don't get the background image to render on the screen? it says "const affirmation: GalleryPreviewData | undefined".
i tried to clone your app and setup on my local machine it shows blank screen on the emulator and index.tsx on line fourteen i get a error calling import beachImage from "@/assets/meditation-images/beach.webp"; Cannot find module '@/assets/meditation-images/beach.webp' or its corresponding type declarations
I also got the same error message regarding the import statement, but it seems to be ignorable. As for seeing a blank screen instead of the background image, I found adding "w-full" to ImageBackground's classes to fix that the issue.
How do I get rid of the default "index" initial route in my expo react native app also when i try to use _layout.tsx it alphabetically loads the route (ex: if the first stack screen is (tabs) and the second one is (auth) and the final one is default index it loads the (auth) route )
Dude, if you're making courses, try to reach the identity of your github project and the code you're writing in the video. I understand that it's a free course, but the difference shouldn't be so big.
You might consider speaking a little slower. Just a little. It's a course for people not familiar with the technology, not a race to get the words out of your mouth.
Horrible tutorial, didn't explain at all how the stack and stack.screen work and what they do and how to use them which is the most complicated topic in all RN, very useless tutorial
Thank you Beau and FreeCodeCamp for sharing my second course. I'm working on creating more content on JavaScript and React Native which I'll be sharing with FreeCodeCamp and the tutorials will have more advanced features.
having a separate channel as well ?
Thanks @StevenCodeCraft
Love the wellness theme. Please more tutorials in this niche!!! Can’t wait to try this tutorial. I’ve been wanting to play around with mobile dev for awhile now.
Perfect Timing for me. I've been trying to teach myself React Native and struggling with some of the concepts. Thank you so so much for this video.
If you're getting ".plugins is not a valid plugin property" try running installing nativewind@2.0.11
Great guide! My first dive into the world of React Native (as a React dev) and I find it very useful.
Amazing next level tutorial. No beating around the bush... On point (y) Thanks
thank you for this very useful video 🙏🙏🙏
bookmarking 33:56
Lot of changed latest expo version. Please make long video on latest version of expo. Thank you
Anybody having problem with nativewind looks like it's migrated to V4 and this application uses V2
Hi,i have the same problem. do you fixed?
@@CarlosAlvarez-x7y am trying to get this native wind working ? Anyone
Amazing tutorial.Thank you so much!
The fitfuelplanner idea is what I was learning native react to make lmao gonna try it out for sure
Hello friends. If we had to choose a field at university, should we choose artificial intelligence or software engineering? To be honest, I haven't chosen what I will be yet, I am also interested in cyber security.
Finally! Thank you so much!
Thank you so much for sharing your knowledge!
BEST VIDEO EVER I ATE THIS UP
thank you so much can you please show us how we can convert it into apk , because i use expo but when i convert my app i got hello world with 175 Mb
When i do npx expo app @latest, i get this: zsh: command not found: npx, what to do?
Thanks for making this video.
The slot component in the layout doesn't cover the bottom of my android screen unfortunately, how do I fix that?
same to my android emulator. Have you found a solution to this?
@@jkcabs4569 i did ../nature-meditate and it worked
Need more contents on react native
I have some questions, are you using Typescript or JavaScript?
Bro…..
it is typescript because he uses .tsx files.
very helpful, thank you!
ven 25-year-olds can't find jobs these days. Despite knowing multiple programming languages and practicing for interview questions, people still can't get hired; they are being rejected outright. I know people who have been applying for jobs for a year, even a year and a half. People are even being laid off. Understand this, finding a job has become very difficult, extremely difficult. For those over forty, it's even harder. The job market has changed a lot, friends. Really, unless you have connections, getting a job is incredibly, incredibly difficult.
Huh? I'm not trying to find a job though, I'm in healthcare and very happy with what I earn this is just a hobby! Making apps!
@stevenCodeCraft I'm at 25:44, and I'm getting an error
Invariant Violation: requireNativeComponent: "ViewManagerAdapter_ExpoLinearGradient" was not found in the UIManager.
I tried everything google and Claude had to offer, but still it doesn't work...
Hey, I'm stuck on this issue. Have you found a solution for it?
After all file delete then save index.jsx in app folder . And run or reload text not show
same here. solution for me, you need to close expo in terminal (ctrl+c) and then restart it. npx start expo --clear, then it worked
You can also create a blank project and skip this step using "--template blank" when creating the project
npx start expo --clear then when it restarts, pick "r" for "reload app"
Can anyone suggest best channel for SAP ABAP
Thank you so much 🔥
Good tutorial!
Whoa I needed exactly this, what convent timing! I just don’t really know how to code yet…
Do you think you can make a beginner friendly course on making a meditation app soon?
You need to learn how to code first before using any library
And most likely this is beginner friendly, if you find it overwhelmingly difficult then you need spend more time programming
You really need the basics Idea on html,CSS and JavaScript before using frame work like react and other languages
Go to school.
waiting for more react native + firebase videos fullstacks
At 1:08:38 when I try to implement {affirmation?.image}, I don't get the background image to render on the screen? it says "const affirmation: GalleryPreviewData | undefined".
FIXED: I was using '/affirmations/${item.id}' in GuidedAffirmationsGallery.tsx when you should use `/affirmations/${item.id}`
same, hope someone asnwer this
Copy the file content and the error and place in chatgpt or any LLM of your choice. You'll get a suggested solution. Works always for me
i tried to clone your app and setup on my local machine it shows blank screen on the emulator and index.tsx on line fourteen i get a error calling import beachImage from "@/assets/meditation-images/beach.webp"; Cannot find module '@/assets/meditation-images/beach.webp' or its corresponding type declarations
I also got the same error message regarding the import statement, but it seems to be ignorable.
As for seeing a blank screen instead of the background image, I found adding "w-full" to ImageBackground's classes to fix that the issue.
@@alias-wh1etworked, thanks
How do I get rid of the default "index" initial route in my expo react native app also when i try to use _layout.tsx it alphabetically loads the route (ex: if the first stack screen is (tabs) and the second one is (auth) and the final one is default index it loads the (auth) route )
This guy's routing is confusing, better look the docs or any expo router tutorial
❤❤❤
Hi bro pls sharing toturial Ruby and Rust dev bro very pls and course for fullstack developer
I am trying to use CustomButtonComponent at 31:30 but I keep getting RenderError. Any reason why?
people can help if you would specify the error tho
just don't use {} in the import
Dude, if you're making courses, try to reach the identity of your github project and the code you're writing in the video. I understand that it's a free course, but the difference shouldn't be so big.
Your route and filename is confusing, you better use the folder/index on all routes than mixing the two
please for window
Thanks a lot man😂❤
Rustaceans use Tauri 🦀
thanks
Is this app responsive?
He isn't explaining what each of the components he uses is for in react native. Not a beginner friendly course I would say.
Too bad Apple is still gating half of devs by not releasing xcode for Windows.
Yeah seems a little bottleneck to try to develop for iOS when you don't own any iOS device.
what is the best state ma nagement in react native ?
zustand
@@korkmazsalimwhy not redux ?
@@nikolaimakarov3034 jotai
✅
Is there any options to develop on a Windows machine when you don't have any iOS device?
There is an iOS device emulator built-in to VSCode. I have the opposite situation and just use the Android simulator.
💯🙏🏻😌
Nice
Give me a sacla tutorial
so easy
34:22
You might consider speaking a little slower. Just a little. It's a course for people not familiar with the technology, not a race to get the words out of your mouth.
ugly app tbh
Horrible tutorial, didn't explain at all how the stack and stack.screen work and what they do and how to use them which is the most complicated topic in all RN, very useless tutorial