Chapter 15: React Native under the Hood
The previous chapter briefly touched on what React Native is and the differences that users experience between the Native UI and mobile browsers.
In this chapter, we will dig deeper into React Native as well as become well versed on how it performs on mobile devices and what we should attain before commencing any efforts with this framework. We will also look at what options we can execute for the native functionality of JavaScript and what restrictions we will come up against.
So, in this chapter, we will cover the following topics:
- Exploring React Native architecture
- Explaining JavaScript and Native modules
- Exploring React Native components and APIs
Important Note
Meta is the company formerly known as Facebook before 2021.