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