The React Native QuizApp is designed to replicate the functionality and features of the Web-Based QuizApp while leveraging the power of React Native for native mobile development. Users can enjoy a variety of quizzes and challenge their knowledge with a friend or random player.
Note: Make sure you have completed the React Native - Environment Setup
git clone https://github.com/LiNuX-Mallu/quiz-native.git
cd quiz-native
To start Metro, run the following command from the root of the project:
# using npm
npm start
# OR using Yarn
yarn start