📱
UNI Expo App
  • Uni Expo App Docs
  • Requirements
    • Environment Setup
    • Firebase Setup
  • Admin Panel Setup
    • Create Admin panel
  • Run
    • Setup app
    • Run App
  • Deploy
    • Deploy on Google Play and App Store
  • Components
    • Navbar
  • Changelog
  • FAQ
  • App Configurations
Powered by GitBook
On this page

Was this helpful?

  1. Requirements

Environment Setup

Make sure you have installed all the required tools, before you make a purchase.

PreviousUni Expo App DocsNextFirebase Setup

Last updated 5 years ago

Was this helpful?

You will need Node, Expo, Firebase Tools ( if you get EACCES, use sudo before the commands )

  1. Install node and npm: Download it from .

  2. ( Will use it for text editing and terminal - You can use any text editor and terminal/cmd)

  3. Install Expo: Follow . ( npm install -g expo-cli ) ( If you get 'expo' is not recognized on windows read )

To verify your installation run the following commands:

node --version

npm --version

expo --version
here
Install Visual Studio Code
instructions
here