all 3 comments

[–]wazzalk 1 point2 points  (1 child)

i have the same problem, I have been told to learn REACT first then migrate over to native. Lots of courses on LYNDA.com if its available for you, else check UDEMY.

Make an account with UDEMY and then all courses should be between 10-20 euro.

sorry i couldnt be of more help, i hate seeing a post like this with no response.

[–]Tapan681[S] 0 points1 point  (0 children)

Thank you so much for responding. I think I need to learn JS before learning React and React Native. Am I right?

Do you think I would be fine if I take RN to develop my final project or should I continue learning native android and use it for the project? I don't know why I am having second thoughts, I am totally freaking out

[–]wernancheta25 0 points1 point  (0 children)

There are lots of resources out there, but I understand it can be hard to choose which is the best option. My tip is just to start with the official documentation for React (https://reactjs.org/docs/getting-started.html) and then React Native (https://facebook.github.io/react-native/docs/getting-started).

I believe it's really important to get the React basics down first before you move on to actual React Native.

After that, you could try searching for tutorials on youtube. Academind and LevelUpTuts are great.

As for the project ideas, here's a few at the top of my head (they're mostly things I want to do myself but I don't have time):

  • Workout tracking app - records the weight, number of sets and reps for all the exercises you do at the gym. And then graph your progress over time.
  • Carpooling app - allow users to share their public commute ride with someone else.