November 2019
Intermediate to advanced
296 pages
7h 52m
English
So far, we have introduced new backends using the standard API implemented in web browsers that are so powerful that we can make our application much more efficient and faster, but the application still runs in the web browser. It is difficult to create an application running outside the web browser by using these backends.
React Native is an open source framework that makes it easy to write an application on a mobile-native platform such as iOS or Android. It allows us to run our application on many native platforms once it is written. React Native wraps the existing native API and enables us to interact with the underlying system transparently.
Once we build our application with ...
Read now
Unlock full access