-
Book Overview & Buying
-
Table Of Contents
React and React Native - Sixth Edition
By :
React Native does not cover all the native capabilities out of the box. It only provides the most common features that you will need in a basic application. Also, some functions were moved into their own modules in an effort to reduce the size of the overall application. For example, AsyncStorage, for storing data on a device, was moved into a separate package and must be installed if you plan to use it.
However, React Native is an extensible framework. We can add our own native modules and expose the JS API using the same bridge or JSI. Our focus in this book will not be on developing native modules, since we need prior experience with Objective-C or Java. Also, it is not necessary, since the React community has created an enormous number of ready-to-use modules for all cases. We will learn how to install native packages in subsequent chapters.
The following are a few of the most popular native modules, without which most projects couldn't prosper...