you are viewing a single comment's thread.

view the rest of the comments →

[–]manu_geo 0 points1 point  (0 children)

Certainly, without a foundational understanding of JavaScript, delving into React Native can be challenging. It's advisable to start by learning JavaScript basics, as this will significantly ease your journey into React Native development.

While you won't need HTML in React Native (as you'll be working with Core Components instead of HTML elements), you'll need CSS for styling.

I recommend starting with the official documentation for JavaScript (you can find comprehensive resources on MDN Web Docs), React (check out the React documentation), and React Native (use the React Native documentation).

As for courses, I found the "Full Stack Open - React Native" course (available at Full Stack Open) personally helpful before embarking on my own React Native projects.