Skip to content

A mobile Quiz application using React Native which filled some pre filled questions

Notifications You must be signed in to change notification settings

AlanBinu007/react-native-quiz-app

Repository files navigation

React Native Quiz App

A simple cross platform (iOS and Android) React Native quiz app.

Installation

  • git clone https://github.com/ReactNativeSchool/react-native-quiz-app
  • yarn install/npm install

Running

  • yarn run ios/npm run ios or yarn run android/npm run android

This project was put together to serve as an example to help you in building your own React Native apps. Feel free to download it and tinker with it!