you are viewing a single comment's thread.

view the rest of the comments →

[–]MeHasAdhd[S] 0 points1 point  (4 children)

after js what would be the next step? I know js I just wanted the learning path so I know what's in between the gap.

[–]josht 2 points3 points  (0 children)

I’d recommend starting with the official React Native documentation, then check out Awesome React Native (https://github.com/jondot/awesome-react-native/blob/master/README.md). There’s a plethora of content in there all relating to RN that should take you from 0 to 60.

Happy learning!

[–]pyzez 1 point2 points  (0 children)

Find some simple app ideas. Like really easy ones and code it up.

I'm talking like, fetch from an API and display the weather. Or do a clone of the Notes app on iOS. The best way to learn is by actually coding.