Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 432 Bytes

A quiz application with React Native Expo

Here are the steps to get the source code and run the app

Setup

  • You need to clone the source from git repo
    git clone https://github.com/totop716/quizApp.git

  • After cloning the source, you need to install dependences
    npm install -g expo-cli
    npm install -g yarn

Running the app

yarn start

Or

- expo start
- iOS: expo start --ios
- Android: expo start --android