Link to the repository
[Only for premium members]
[Only for premium members]
To start our project - we look at the React Native documentation and see that there are two options for it:
So, let's first examine the difference between the two, as that will impact all of our future development.
If we read the documentation, we see that it says:
You can also use React Native without a Framework, however we’ve found that most developers benefit from using a React Native Framework like Expo. Expo provides features like file-based routing, high-quality universal libraries, and the ability to write plugins that modify native code without managing native files.
But what does this really mean? Well, it highlights the biggest difference between the two:
Cool, so what does that mean for us? Let's take a look at...