Overview

The MobileApp contains all code that will be installed on your phone. This section will run you through each of the steps to set up your MobileApp project.

Prerequisites

No prerequisite knowledge is required to setup, run and test the MobileApp project. This solution will work out-of-the-box as long as each of the steps in the installation process are followed and applied 'to the dot'.

Dependent Technologies

Expo

Expo is a framework and a platform for universal React applications. It is a set of tools and services built around React Native and native platforms that help you develop, build, deploy, and quickly iterate on iOS, Android, and web apps from the same JavaScript/TypeScript codebase.

React

React is an open-source JavaScript library for building user interfaces or UI component. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications.

React Native

React Native is an open-source mobile application framework created by Facebook, Inc. It is used to develop applications for Android, iOS and Web by enabling developers to use React along with native platform capabilities.

Last updated