Every popular applications are build for 3 different platforms: Web, Android & iOS. But this is lot of duplicate effort. To speedup application development for crossplatforms there are frameworks so that you can Program it once and Launch for multiple platforms.
This codelab introduces you to React-Nave & Expo so you can build application on Web, Android & iOS.
In this section you will learn basics React Native is an open-source framework developed by Facebook that helps youwrite code in a single language (JavaScript) and deploy it across multiple platforms. Expo is an open-source platform built around React Native that simplifies cross-platform mobile development.
Learn how to build your first application and run it.
In this section you will understand how to use the basic tags of react-native and also some hooks which are very essential to handle toggles and other side effects.
In this section you will know how to build simple applications with key important functionalities that will come in hand when dealing with complex applications.