This repository contains the Quiz app developed in React Native.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
react-native
Use the following command to initialise the project:
npm init
Run npm install
to install the required node modules. This should create a node_modules directory and a package-lock.json in your project root directory.
Navigate to the /android directory and run gradlew clean
to build the project.
In the project root directory, run react-native run-android
to build and run the project on an emulator or a connected device.
Note: To build the project on an android device, you must have android SDK installed and 'adb' added to your PATH system variable.
In the project root directory, run react-native run-ios
to build and run the project on an emulator or a connected device.
Note: To build the project on an iOS device, you require the machine running the macOS, and XCode installed.
Issues are welcome. If you encounter a bug, please open an issue with as accurate a description as possible.
Pull requests are also welcome. If you want to make major changes, it is better to first create an issue and discuss it first.