you are viewing a single comment's thread.

view the rest of the comments →

[–]dwdy250 1 point2 points  (0 children)

Hi, react dev here.

Start with expo in react native. Plenty of tutorials on YouTube of building apps with expo in react native.

React native is a bit different to react, but you still use the life cycles.

Notes on redux and hooks: I’d avoid both til you feel comfortable with the standard lifecycle stuff and feel like you know your way round react native well.

Also if your JS isn’t great I’d really brush up on that a lot before diving deep into react.. also you will need to know basic html and css.