Expo is an open-source platform for making universal native apps that run on Android, iOS, and the web. It includes a universal runtime and libraries that let you build native apps by writing React and JavaScript. This repository is where the Expo client software is developed, and includes the client apps, modules, apps, and more. The Expo CLI repository contains the Expo development tools.
Learn about building and deploying universal apps in our official docs!
To run project:
- First need clone this repository.
- Second you need write command. This command installs a package, and any packages that it depends on.
npm install
- Then run project.
npm start
Or
expo start