Hey folks 👋
I’m a backend dev (PHP/Symfony) working on a personal project — I wanna build both a website and an Android app.
Watched a JSM video about React Native yesterday and I’m a bit lost.
Like… can I just use React Native and somehow turn my website into a Play Store app? Or is that not how it works? 😂
From what I get so far:
React Native = the main framework (You build your website with this, but in a more structured way than react.)
Expo = a toolkit on top of it react native that help build ios/android app
here’s what I’ve understood so far (please correct me if I’m wrong and help me understand).
I also really want to learn good practices from the start (project structure, code reuse, etc.).