I followed this tutorial step by step to dip my toes into mobile development. This guy is hands down the best teacher on this entire platform. Thank you so much!
For anyone encountering the "VirtualizedLists should never be nested inside plain ScrollViews with the same orientation" error (at 2:48:43), here's a quick fix: Replace:
You're simply the best, TubeGuruji! Your course is spot-on. It's exactly the kind of app I want to build, you've used the latest Expo and React Native releases and your explanation is top-notch!
Thank you for adding firebase and google auth I am using expo after 2 months and Expo is changed its structure, thank you for uploading new file structure video
well i was a newbie when i started to learn react native, i found many channels but i still choose this one, because i thaught by creating project i can learn many things, and this happens too, like i have learnt the basics of react native, the folder structure, and some little bit, and tags and many more. Oveiously , i haven't learnt completely, but yeah. For newbie I recommend to learn with project. Thanks Prince Raj
i just started the course. But a small friendly feedback is to keep track of the number of times of the usage of the word "beautiful". That isnt a blocker though. Will add my comments on the course itself after im done. Thanks for making this.
Seems like clerk has updated their dashboard/s. The steps for Expo app is now different compared to what is shown in your tutorial (e.g. there is no 7. OAuth Sign in). Great tutorial btw!
Thank you for valuable tutorial and step by step to learn on react native development and build a project . I almost completed this project. 😇and watch the video till 3hrs part of the video , left another 1hrs plus will slowly to understand and learning. and complete everything and additional features to it.
@@tubeguruji Can you make a tutorial full stack App react native on car hailing app with Driver / User . just a suggestion really love to watch more content .
@@tubeguruji Hello , can you help me how do i fix this issue : "FirebaseError: Firebase Storage: User does not have permission to access 'business-app/1719225889116.jpeg'" and having issue add business page with images .
@@asaadamin6226 I actually learn react native from school time last year till i fresh graduate from school . after quite sometime i forget about coding and busy working with my desktop engineer job and now i just doing some recap in my coding during my weekend while need to do military service in my country for 2year mandatory . from singapore.
Amazing tutorial, you are the best teacher. I followed this video step by step but I would like now how we can manage the search bar in this tutorial because the search bar on tutorial do not work. Thank you so mush!
Hello Guruji, This is a great app. Thank you but have two questions: First: Question why warning messages are displayed on the bottom with yellow background on the simulator while the app is working properly, is that okay or can you make it not show up or ignore ? Second: can you show show how to deploy the app in the Ios store and android at the end? After all this huge effort please make the app available on the store for exploring ?
@@tubeguruji Thank you and can't wait to see you showing how to deploy...step by step. Do you recommend IOS devices like mac or windows is okay to code react native apps? I feel in windows the react native simulator is handing may times and need restart !
after signedin the screen is not redirecting to the (tabs) screen what to do stuck here !!! this error occurring I tried to reset but same thing keeps popping up, could you please assist me
@@tubeguruji appreciate the response, I tried doing that but the problem still persists, would it be because I’m using expo go through my iPhone maybe? Is there something I’m missing?
The new documentation of clerk removed some redundant code I guess, what I tried was to simply copy paste the OAuth code in the documentation instead of creating a custom hook Drop your social link, if you want I will share the code
sir anyway possible to discuss with you regarding my planned project. before starting i want to know more about which technologies to be used for the project. in terms of security layering and faster performance.
After following the steps i successfully installed the apk on my device but when i click add business the app closes . This problem is only when i install the apk and not when im using it with expo go emulator
Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
I followed each step you did and after i sign in with my google account it doesnt navigate me to the home screen.. (im using an iPhone) what i can do about it?
2:50:15 VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead
Please after the google authentication my screen is not redirecting automatically to the (tabs). Please i need help here. There is no error message showing in the console for me to even trace where the error is coming from. Everything work perfectly fine it just the page is not automatically redirecting to the (tabs). You feedback will be deeply appreciated.
your LoginScreen.jsx is not generating a session id. make sure that once youhit google auth button, a session id is created and is saved in async. if you can do that, it will redirect .
Thank you so much for this course! I would love to suppport you and become a platinum member. I have 2 projects that I need your help with. I am complitely new begginer to coding, but I started to code based on your tutorials.
After I change _layout.tsx to _layout.jsx I'm getting this error message: Android Bundling failed 19229ms C:\Users\Acer\Documents\React\BusinessDirectory ode_modules\expo-router\entry.js (1064 modules) Unable to resolve "expo-auth-session" from "node_modules\@clerk\clerk-expo\dist\useOAuth.js"
When doing npm run start command to try and run it on the android studio I get a “too many files open ” error message that keeps me from following the tutorial. Can someone please help me. I have gone to chatgpt for help and I keep getting that same error message. Please and thank you to whoever can help I have been stuck with this problem every tutorial I try to do. It’s been a whole week now of spending 2hrs each day trying to fix it. Please help if you can.
Thank you for the video. I had stuck on a point that whatever in my App.js file, is not getting reflected on the screen. It was showing the default template only. But when you said to npm run reset-project & then index.tsx was created, that shown on the screen. But tell me one thing please, will having the index.tsx file as a main entry point create any difference while deploying the app or while during development? Does it change anything?
I have two project requests can you create a tutorial video on creating a custom ui library (dasiy ui clone) using shadcn and tailwind css and a tutorial website like w3school ,studytonight , tutorialspoint , clone. using supabase as backend
Hello! I was just working on the OAuth authentication, and I haven't encountered any issues in the web environment. However, in the emulator, I always receive the error code "window.addEventListener is not a function". What can I do?
I received this error and was using Expo Go to preview app instead of an emulator like in the video. AI chat said this is the problem and no fixes worked for me. Alternative is to use separate Authentication. I assume you can substitute but haven’t watched through to confirm
Sir I've a querie! I know html css and JS but have no knwldge about React. I wanna dive into mobile app dev. Should I start this course witout any React knwlge or should I learn React first nd then React Native? Plzz rply
i have a problem in the button. The navigation state parsed from the URL contains routes not present in the root navigator. This usually means that the linking configuration doesn't match the navigation structure.
in local server before build apk file i can add business to firebase database, after build the apk file still data in the firebase database can fetch to the application, but can't add new business by app to databse. is this problem due to test version select when we making database in firebase
can I ask you something I set up vs code and the others comonents . should I open the .jsx file or .js or .tsx . I am confused . And also asking you , I starting an expo app but how can I use emülatör like you
First off, thanks so much for the video. It is certainly one of the best start off for anyone to learn React Native. I am however stuck at a point where many people seems to be complaining on the chat without any resolution yet. I would really appreciate if you can help on this. I have tried resetting, reinstalling and upgrading everything but to no avail. At point 55:19, when you sign in with Google, you get redirected to the Home page. But for me, it is not redirecting and it stays at the same location i.e. the Login screen. I noticed it stayed there for a couple of seconds for you too but later redirected to Home. It also showed some warning (i.e. The navigation state parsed from the URL contains....) that appears for me too. I am stuck at this point since last two days without the redirect happening. Can you please help me with this?
Doing Following helped me. Not sure if they are correct though: 1. In the LoginScreen, -- startOAuthFlow(); ++ await startOAuthFlow({ ++ redirectUrl: Linking.createURL("/(tabs)", { scheme: "[YOUR_SCHEME_WITHOUT_SQUARE_BRACKETS]" }), ++ }) 2. In root _layout.tsx (Yes, I am maintaining the .tsx extension and taking care of any errors that popup), modified the code to wrap the SignedIn and SignedOut within the ClerkLoaded tags:
Why I'm getting this error when I try to run the newly created project on web? Thanks in advance. Static Rendering Error (Node.js) Unable to resolve module . ode_modules\expo-router\entry from D:\ReactNative\MyActivity\LearningReact/.: . ode_modules\expo-router\entry could not be found within the project or in these directories: node_modules
Love your videos!! It's been a great help to me, and I've bought your codes as well. Can you plz make a video about how to publish this app? especially expo with firebase?
Sure, I am going to to publish it soon. Also at the end of this course I already explain how to export .APK file , But in same way you can genrate .aab play store publishable file
Thank you for the tutorial New Subscriber but always I get issue with "(node:50731) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created)" and "(node:50731) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension." if you know can you tell the solution
You have really good content and i have decided to follow your content for react native and react content. So please if you decide not to reply or help me out where else can i turn to. Trust me I have done a lot of google search on a solution but still nothing. I really want to complete this course no matter what so please and please again. Help me out to over these challenges. Please you said it yourself in the video that if we have any question we can ask so please bruh. Please i really need help here. You might be busy but please squeeze me into your time and help bruh out here. Thanks again
After creating a apk file when I tried to add business through mobile, I get automatically exited out from the app I added the read and write permission to the app.json file but still no luck. What can be done ?
Logic is fine. Everything is working fine while the app is on the system and connected through the expo app but once I build the apk file and install it gets crashed on the add business button
Can you do a video for nested navigation with expo. For example when I go to a page from bottom tab and on that screen there is a top nav. When I select from top nav the bottom tab should be same as before. Like twitter app
I followed this tutorial step by step to dip my toes into mobile development. This guy is hands down the best teacher on this entire platform. Thank you so much!
Your most welcome 🙏
Please provide the src code / GitHub link
can you provide your code i am getting some error
@@tubegurujiplease help
For anyone encountering the "VirtualizedLists should never be nested inside plain ScrollViews with the same orientation" error (at 2:48:43), here's a quick fix:
Replace:
really fixed bro thank you so much
nice one brotha
you are making good turtorials in react native . i've discovered the entire youtube and found out it islacking react native course . Thank you sir
Most welcome 🙏
You're simply the best, TubeGuruji! Your course is spot-on. It's exactly the kind of app I want to build, you've used the latest Expo and React Native releases and your explanation is top-notch!
Awesome, thank you!
Aapne btaii h ye app kyaa please help
Thank you for adding firebase and google auth
I am using expo after 2 months and Expo is changed its structure, thank you for uploading new file structure video
Most welcome
well i was a newbie when i started to learn react native, i found many channels but i still choose this one, because i thaught by creating project i can learn many things, and this happens too, like i have learnt the basics of react native, the folder structure, and some little bit, and tags and many more. Oveiously , i haven't learnt completely, but yeah. For newbie I recommend to learn with project.
Thanks
Prince Raj
Thank you so much :)
Sir apne bnaii h kyaa ye app😊 please help
@@deveshkumarsingh2609 yes bro
The course is amazing. Thanks a lot for making this one and educating people. You're doing a fantastic job with the training.
i just started the course. But a small friendly feedback is to keep track of the number of times of the usage of the word "beautiful". That isnt a blocker though. Will add my comments on the course itself after im done. Thanks for making this.
Thanks for the tip!
Seems like clerk has updated their dashboard/s. The steps for Expo app is now different compared to what is shown in your tutorial (e.g. there is no 7. OAuth Sign in). Great tutorial btw!
Thanks
Sir apne bnaii h kyaa ye app😊 please help
Thankyou Guruji, you are best teacher completed the full project with good understanding of concepts ;)
Thank you for valuable tutorial and step by step to learn on react native development and build a project . I almost completed this project. 😇and watch the video till 3hrs part of the video , left another 1hrs plus will slowly to understand and learning. and complete everything and additional features to it.
Great job!, Share app /screenshot on my Instagram or mail me.
@@tubeguruji Can you make a tutorial full stack App react native on car hailing app with Driver / User . just a suggestion really love to watch more content .
@@tubeguruji Hello , can you help me how do i fix this issue : "FirebaseError: Firebase Storage: User does not have permission to access 'business-app/1719225889116.jpeg'" and having issue add business page with images .
Did uh watch this course after having some prior knwldge about React? Or you just started learning React Native by this course
@@asaadamin6226 I actually learn react native from school time last year till i fresh graduate from school . after quite sometime i forget about coding and busy working with my desktop engineer job and now i just doing some recap in my coding during my weekend while need to do military service in my country for 2year mandatory . from singapore.
Amazing tutorial, you are the best teacher. I followed this video step by step but I would like now how we can manage the search bar in this tutorial because the search bar on tutorial do not work. Thank you so mush!
Best react-native tutorial I've seen. Thank you.
Sir, thanks to this amazing beginner-friendly tutorial. I want you to make publish/update tutorial for both app store and play store.
Sure I will
Sir u are doing a great job
Thanks and welcome
Thanks for the videos !! Plz the next projects could be in with typescript please? Last version of expo is in typescript 😬
Noted
Your videos have taught me a lot. Thank you.
Most welcome
Hello Guruji,
This is a great app. Thank you but have two questions:
First: Question why warning messages are displayed on the bottom with yellow background on the simulator while the app is working properly, is that okay or can you make it not show up or ignore ?
Second: can you show show how to deploy the app in the Ios store and android at the end?
After all this huge effort please make the app available on the store for exploring ?
Thanks for suggestions. For now ignore warning. In my next video I am going to show how to deploy this app
@@tubeguruji Thank you and can't wait to see you showing how to deploy...step by step.
Do you recommend IOS devices like mac or windows is okay to code react native apps? I feel in windows the react native simulator is handing may times and need restart !
You truly are a guru
Thank you!
most welcome
Thank you for this content. I'm enjoying watching and making it.
after signedin the screen is not redirecting to the (tabs) screen what to do stuck here !!! this error occurring
I tried to reset but same thing keeps popping up, could you please assist me
Restart App and try again
@@tubeguruji appreciate the response, I tried doing that but the problem still persists, would it be because I’m using expo go through my iPhone maybe? Is there something I’m missing?
@@Mj-ct8yo i am getting the same error, did you find any solutions ?
Same issue, any solution?
hello and thanks for this course , i think clerk for auth has changed and i dont understand correctly
Will make new video on it soon.
The new documentation of clerk removed some redundant code I guess, what I tried was to simply copy paste the OAuth code in the documentation instead of creating a custom hook
Drop your social link, if you want I will share the code
sir anyway possible to discuss with you regarding my planned project. before starting i want to know more about which technologies to be used for the project. in terms of security layering and faster performance.
Send email to members@tubeguruji.com
Best tutor for react native
After following the steps i successfully installed the apk on my device but when i click add business the app closes . This problem is only when i install the apk and not when im using it with expo go emulator
Sir Please Add More Such Native Projects, You are doing a Commendable Job
Sure I will
Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
my head bows in respect
Useful Video Just completed the project. Please make a video on how to deploy our app in play store
It would be great if you add typescript for this
Bro so in this video he is not using typescript?? ( i am begginer , idk typescript . can i proceed with this video ) ?
Yes, This course is for beginner, So try it, For beginner Typescript is hard to understand.
I followed each step you did and after i sign in with my google account it doesnt navigate me to the home screen.. (im using an iPhone) what i can do about it?
Try to restart app and try
@@tubeguruji I did it and nothing happens still..
2:50:15
VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead
Yes, thats right, In my all latest video we avoid it.
@@tubeguruji but it is causing error to fetch the review from the firestore and also unable to get rating..
Please after the google authentication my screen is not redirecting automatically to the (tabs). Please i need help here. There is no error message showing in the console for me to even trace where the error is coming from. Everything work perfectly fine it just the page is not automatically redirecting to the (tabs). You feedback will be deeply appreciated.
your LoginScreen.jsx is not generating a session id. make sure that once youhit google auth button, a session id is created and is saved in async. if you can do that, it will redirect .
same here 😢
@@AksesReka please let me know when you find a solution for it. I have been researching for solution but i still got nothing.
First of all thank you so much for this project. Can you sometimes create the Admin panel as well please ?
Ok, Sure, will try
@@tubeguruji please make an Admin Panel for this one
Dont give up
Hey, at 1:12:09 I couldn't find the same page for Cloud Firestore, I don't see any of the "Data", "Rules" etc tabs. What should I do?
Thank you so much for this course! I would love to suppport you and become a platinum member. I have 2 projects that I need your help with. I am complitely new begginer to coding, but I started to code based on your tutorials.
Most Welcome, Looking forward to Join as Member on buymeacoffee.com/tubegurujiw/membership . Happy to Help you
Why u use clerk please build one app fully on separate backend and frontend plzz
Sure, Will do
After I change _layout.tsx to _layout.jsx I'm getting this error message:
Android Bundling failed 19229ms C:\Users\Acer\Documents\React\BusinessDirectory
ode_modules\expo-router\entry.js (1064 modules)
Unable to resolve "expo-auth-session" from "node_modules\@clerk\clerk-expo\dist\useOAuth.js"
Hello great cours. When I'm trying to fetch the images of the slide it shows up in the console but not the image in the app
Wow, a lot of gems here❤
Thanks
after signedIn the screen is not redirecting to the (tabs) screen what to do stuck here !!! this error occurring
Try couple of times but restarting app,
me too did you figure it out?
I’m still having the same problem as well, by chance, has anyone figured it out yet?
Still not resolved and not replied @tubeguruji
@@tubegurujisame problem please resolve the issue
Clerk auth has not been opening.... Sir can you recommend any alternative for me. Tried researching but didn't find any suitable.🙏🏽
hi, can you help me with this warning/bug : VirtualizedLists should never be nested... thanks
So it’s warning… bcs u used flatlist inside scrollview
@@tubeguruji but, when I deploy my app to play store or AppStore this steel appear?
@@marcojorquerariquelme4202 I have already posted a comment related this
Replace:
I thought you had quit on React Native, as you were uploading web apps mainly
I didn't😂
@@tubeguruji nice one, can I ask can Clerk Auth allow us to get tokens that we can use to access google calendar? Please one day can we try that
for the Slider photos in Back end, fireBase, where are you getting the link from?
Sir hope you develop Elearning in this week pleaseee :
I will try my best
@@tubeguruji tks Sir,you are my last hope :
This is awesome!!!!
Is there a way of an admin to restrict businesses being added?
We can add that
Awesome! Please provide you contact details so I can contact you afterwards. @@tubeguruji
When doing npm run start command to try and run it on the android studio I get a “too many files open ” error message that keeps me from following the tutorial. Can someone please help me. I have gone to chatgpt for help and I keep getting that same error message. Please and thank you to whoever can help I have been stuck with this problem every tutorial I try to do. It’s been a whole week now of spending 2hrs each day trying to fix it. Please help if you can.
Thank you for the video. I had stuck on a point that whatever in my App.js file, is not getting reflected on the screen. It was showing the default template only. But when you said to npm run reset-project & then index.tsx was created, that shown on the screen.
But tell me one thing please, will having the index.tsx file as a main entry point create any difference while deploying the app or while during development?
Does it change anything?
With New Expo SDK 50, index.tsx is your default page... And dont worry about deployment, Everything will be as it is, No need to change
@@tubeguruji Ok thank you so much sir for the info...
Thanks for the teaching bro, please clerk is not working
amazing tutorial sir.
Many thanks
bro when i changed _layout.tsx to _layout.jsx in using clerk it error 500 . how od we fix it. Please brother help me.
do not add .ts clerk code.
Would it be suitable to add this project in our resume?
what url did you put in frebase database in imageUrl
@Tubeguruji
I have two project requests
can you create a tutorial video on creating a custom ui library (dasiy ui clone) using shadcn and tailwind css
and a tutorial website like w3school ,studytonight , tutorialspoint , clone. using supabase as backend
Thanks for the idea!
Thank you so much. Hello Brother, How to implement Third Party Auth in this series?
Yes...
Thank youuu always sir❤️
Welcome
Hello! I was just working on the OAuth authentication, and I haven't encountered any issues in the web environment. However, in the emulator, I always receive the error code "window.addEventListener is not a function". What can I do?
I received this error and was using Expo Go to preview app instead of an emulator like in the video.
AI chat said this is the problem and no fixes worked for me.
Alternative is to use separate Authentication. I assume you can substitute but haven’t watched through to confirm
Perfect ❤ please i want to ask building the APK how will i go about the production mode in clerk
Great Tutorial
How do I make the entry point the Home Screen and stop app going through clerk
I've barely touched react native in my life, and I'm having difficulty to develop a CRUD with this new folders structure at the expo
Hi sir , Thank you for the code . actually i am having error in Slider.jsx file i.e doc doesn't exit
Make sure when you fetch from firebase then document can access using doc.data() in foreach loop
hi tubeguruji, i know reactjs, can i start with this video for react native (as beginner)??
Yes you can!
I'm struggling to run the project on my phone, it just don't load the app on the actual phone
Whats the error?
After I build the project into an apk, the Add Business program crashes.
Plz check the add business logic, If its failing somehwere
@@tubeguruji I found that RNPickerSelect is causing my program to crash.
Sir I've a querie! I know html css and JS but have no knwldge about React. I wanna dive into mobile app dev. Should I start this course witout any React knwlge or should I learn React first nd then React Native? Plzz rply
You should
@@tubeguruji What shoud I? Directly start this crash course or learn React JS first?
@@asaadamin6226 I think you should learn react basics first then come back at this course as this is actually not that beginner friendly
how to supress the warning beacuse of this after build my app got stop ,
Whats the warning?
i have a problem in the button. The navigation state parsed from the URL contains routes not present in the root navigator. This usually means that the linking configuration doesn't match the navigation structure.
same problem it it not landing on home screen
Make sure u r using expo-router import statement
Same problem
Please provide the correct method
@@tubegurujiusing the correct one but still the same issue
in local server before build apk file i can add business to firebase database, after build the apk file still data in the firebase database can fetch to the application, but can't add new business by app to databse. is this problem due to test version select when we making database in firebase
Not really, Please make sure the logic
@@tubeguruji can you do role based reactnative project , as example admin side and user side project
have you got solution to this problem , cause I'm also facing the same problem ?
Where can i get image link for the slider? It's not in the assets folder.
You can add from google, Its just random images
I am pinning this tutorial. Great
Go Ahed
can I ask you something I set up vs code and the others comonents . should I open the .jsx file or .js or .tsx . I am confused . And also asking you , I starting an expo app but how can I use emülatör like you
@@yusufkucuk2632 u can use either .js or .jsx… ts or tsx is for typescript
@@yusufkucuk2632 i showed in video how to use it. Also u can run and test app on actual device as well
@@tubeguruji you are awesome thx
can you use appwrite as one of your techstack on your next tutorials?
Sure.
First off, thanks so much for the video. It is certainly one of the best start off for anyone to learn React Native. I am however stuck at a point where many people seems to be complaining on the chat without any resolution yet. I would really appreciate if you can help on this. I have tried resetting, reinstalling and upgrading everything but to no avail. At point 55:19, when you sign in with Google, you get redirected to the Home page. But for me, it is not redirecting and it stays at the same location i.e. the Login screen. I noticed it stayed there for a couple of seconds for you too but later redirected to Home. It also showed some warning (i.e. The navigation state parsed from the URL contains....) that appears for me too. I am stuck at this point since last two days without the redirect happening. Can you please help me with this?
Doing Following helped me. Not sure if they are correct though:
1. In the LoginScreen,
-- startOAuthFlow();
++ await startOAuthFlow({
++ redirectUrl: Linking.createURL("/(tabs)", { scheme: "[YOUR_SCHEME_WITHOUT_SQUARE_BRACKETS]" }),
++ })
2. In root _layout.tsx (Yes, I am maintaining the .tsx extension and taking care of any errors that popup), modified the code to wrap the SignedIn and SignedOut within the ClerkLoaded tags:
@@vikingsunil provide the github link
@@vikingsunil can u help me with this i m not getting it
why are we using tsx and jsx at the same time? ı didnt get it
When u create the app first time, it automatically generate.tsx file...
Is it normal for there to all those deprecation warning in the beginning?
Yes
Why I'm getting this error when I try to run the newly created project on web? Thanks in advance.
Static Rendering Error (Node.js)
Unable to resolve module .
ode_modules\expo-router\entry from D:\ReactNative\MyActivity\LearningReact/.: .
ode_modules\expo-router\entry could not be found within the project or in these directories:
node_modules
simple delete node module, reinstall
@@aditya-d- Thank you. I tried that too but it didn't work
@@aditya-d- Also, the emulator is always saying the Bluetooth connection keeps stopping and the UI is not responding.
Thanks brother but why always the UI of React Native Apps always same please bring something new in UI or as well as Functionality part please
Sure, Will do in my next video.Thanks for suggestion
i have an error in my app.js when i delete something in it what can be the problem
The star rating are being displayed divided by 2
Love your videos!! It's been a great help to me, and I've bought your codes as well. Can you plz make a video about how to publish this app? especially expo with firebase?
Sure, I am going to to publish it soon. Also at the end of this course I already explain how to export .APK file , But in same way you can genrate .aab play store publishable file
@@tubeguruji Thank you so much!
Thank you for the tutorial New Subscriber
but always I get issue with "(node:50731) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)" and
"(node:50731) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension."
if you know can you tell the solution
This is quite weird error.
this is awesome weldone
You have really good content and i have decided to follow your content for react native and react content. So please if you decide not to reply or help me out where else can i turn to. Trust me I have done a lot of google search on a solution but still nothing. I really want to complete this course no matter what so please and please again. Help me out to over these challenges. Please you said it yourself in the video that if we have any question we can ask so please bruh. Please i really need help here. You might be busy but please squeeze me into your time and help bruh out here. Thanks again
After creating a apk file when I tried to add business through mobile, I get automatically exited out from the app I added the read and write permission to the app.json file but still no luck. What can be done ?
Make sure the logic is correct
Logic is fine. Everything is working fine while the app is on the system and connected through the expo app but once I build the apk file and install it gets crashed on the add business button
@@riteshmishra7130 I am also stuck here. It crashes after adding the downloadUrl
Can you create a React native app that can be translated it into different languages for users? Thanks!
>_< are you serious? Thanks a lot ! You teach me from zero ! Thanks !
i want to buy the source code but why isnt pay by upi there
send email to members@tubeguruji.com
use tailwind css
very impressive
sir you are doing well you motivate to learn reactnative how can i learn can ypu give me a roadmap
Follow one tutorial and try to learn from it. This course is for beginner so u can try it
lovely tutorial but why did you start selling your code this is really dissapointing
Many people misuse the source code and try to resell on other platform, Thats why
@@tubegurujikeep doing the good stuff brother, love at what your doing ❤
When moving cicking to the categories, instead of redirecting me to the businessByCategory it says Unmatched Route , Page could not be found
check the alphabet casing of the businessList folder name and the one the router is pushing..must be the same..uppercase and lowercase
Awesome 😁
Thanks 🤗
please can you build a video stream app for me with UI interface (live view, post production, and story as news
Sure will do
Can you do a video for nested navigation with expo. For example when I go to a page from bottom tab and on that screen there is a top nav. When I select from top nav the bottom tab should be same as before. Like twitter app
Check my latest react native course.
sir , in authentication "Your ultimate buisness directory app" is overflowing in x direction and image is not coming in center after all
Thats weird
Npm run reset-project is not working for me
After Build apk , when click on add business icon , it is close the application . Please help me
got any solution ?