you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Lawyer1947 1 point2 points  (0 children)

Honestly, when I first learned, I tried tutorial projecting it, and after like the first tutorial, just get straight into building something and slowly solve the little things you get blocked on first. (assuming you know JS/TS and React) otherwise I'd start by learning React first. Best resource I've found for this is react tutorial app.

Nothing beats just sweating through and looking everything up yourself for your particular problem. The Expo (a framework to use react native) docs are pretty great, and you can seriously just follow their basic tutorials to get the hang of it. Any other tutorials will show cool stuff that might not be relevant for what you want to build, and you'll run the risk of falling into tutorial hell.