What i am doing?
Well as in my previous blog i told you guys that its my final year so i have to do a Final Year Project and in this blog that's what i am going to talk about.
The Application:
So i am building this application for my FYP by using React Native along with Firebase. So basically what this application does is that if your vehicle broke down in the middle of the road then you can order mechanic services from mechanics in certain radius of your location and everything else just works like uber.
Problem No.1:
There is no way that you will not run into problems/errors while coding or developing something, same happened to me, i ran into problem(s) now this might get a little technical but bear with me. The problem was that i was not able to run a starter template of react native, it was throwing weird error. Yes you heard/read right, with the experience of 5 years of coding i was not able to run start template. Anyways after debugging and trying different things for 2 days i found out that for some reason the latest version of Node js is not only compatible with react native but also with many of the other technologies, you have to use one lower version than latest release. After that i started coding and completed authentication (email/pass, google) with firebase but it wasn't that easy i ran into many more problems which i will talk about in my next blog so stay tuned and Thank You For Reading.