1/* Answer to: "what is expo react native" */
2
3/*
4 Expo is a toolchain built around React Native to help you quickly
5 start an app. It provides a set of tools that simplify the
6 development and testing of React Native app and arms you with the
7 components of users interface and services that are usually
8 available in third-party native React Native components.
9
10 Find more information here:
11 https://expo.io/
12*/