Summary
In this chapter, we looked at the history of the cross-platform framework React Native and what problems it solved for companies. With it, companies can use a single universal developer team to build one business logic and apply it on all platforms simultaneously, thus saving a lot of time and money. Considering, in detail, how React Native works under the hood allows us to identify potential issues at the planning stage and resolve them.
Additionally, we started to examine React Native's basic components, and with each new chapter, we will learn more about them.
In the next chapter, you'll learn how to get started with new React Native projects.