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

  • Node, Yarn, and the React Native CLI.
  • Your target platform IDE: Android Studio for Android, Xcode for iOS.

 


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