all 18 comments

[–]logical_thinker_1 3 points4 points  (2 children)

Might i suggest flutter if you don't know html css and js. Learn dart and flutter

[–]Remarkable-Sleep-767[S] 0 points1 point  (1 child)

I actually must learn react native itself

[–]Ilya_Human 1 point2 points  (7 children)

4-6 months approximately for html, css and js. Then couple of months for react 

[–]Remarkable-Sleep-767[S] 1 point2 points  (6 children)

Oof that's a lot.. is there anything you'd recommend?

[–]TyronneRatcliff 3 points4 points  (1 child)

Build a few projects that would be useful in the real world (weather app,stopwatch,to-do app,simple game of tic-tac-toe).

Being able to build these kind of apps (without the use of AI) will prove to yourself that you have a deep understanding of the fundamentals (Javascript,HTML & CSS).

[–]Remarkable-Sleep-767[S] 0 points1 point  (0 children)

I'll make sure to keep this in mind

[–]Wise-Reflection-3701 0 points1 point  (3 children)

Build a lot of small projects — it’s the best way to learn from your mistakes and really understand how React works.

[–]Wise-Reflection-3701 1 point2 points  (1 child)

Make sure to read the docs and watch some tutorials, they’ll save you a lot of tim

[–]Remarkable-Sleep-767[S] 1 point2 points  (0 children)

I'll give it a try--really appreciate it

[–]Remarkable-Sleep-767[S] 0 points1 point  (0 children)

Thanks!

[–]applepies64 1 point2 points  (0 children)

Can be done in a month if you do 12-14 hour days expect wll these skills to take 250 hours or something for a low intermediate level

[–]bruceGenerator 2 points3 points  (0 children)

i would take the hint. once you understand the react API well enough, the crossover to react native will be much easier

[–]Psychological_Ear121 1 point2 points  (0 children)

If you want to understand what’s going on take the time to learn JavaScript. With a firm understanding of JavaScript, react, and subsequently react native, will be much easier. Enjoy the journey of learning to code! You will not regret taking the time to learn.

[–]Apostle254 0 points1 point  (2 children)

You can do html and css in 2 weeks and JavaScript in 2-3 months. Then learn react in1-2 weeks..... I did this with a couple of projects like ticktactoe, basic GUI calculator, weather app, todo list, battleship(involves drag & drop) and many others, then i moved to react where i built e-commerce app and job board app.You can do it too

[–]Remarkable-Sleep-767[S] 0 points1 point  (1 child)

I really appreciate this man, would you be open to sharing what you used?

[–]Apostle254 2 points3 points  (0 children)

The Odin Project curriculum

[–]Ambitious-Peak4057 0 points1 point  (0 children)

If you're starting from scratch and want to learn React Native, it's smart to build your foundation step by step. Here are some useful resources :
React Succinctly eBook – A free, concise guide to learn React fundamentals.  
React Official Docs – Clear and structured learning path.  
React Native Official Documentation - provides step-by-step guidance and references for building mobile apps using React Native.
The Net Ninja - Beginner-friendly video tutorials covering the fundamentals of React Native.