Basic Installation

This guide assumes you have installed React Native and its dependencies, including but not limited to:


Download the Quizier Mobile App and extract the files. Now open the command prompt and change directory to the apps directory and run the following command.

npm install

After installing npm you can run the apps in emulator.

Run Android

npx react-native run-android

Run IOS

npx react-native run-ios