Skip to content

ReactNativeSchool/over-the-air-update-class

Repository files navigation

React Native School Over-the-Air Updates Class

A simple cross platform (iOS and Android) React Native quiz app used for React Native School's Over-the-Air updates class.

Index Screen Quiz Screen

You'll need to have the React Native CLI installed on your machine in order to follow along.

Installation

  • git clone https://github.com/ReactNativeSchool/over-the-air-update-class
  • yarn install/npm install

Running

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

If you're interested in learning more about React Native be sure to visit React Native School for dozens of React Native tutorials!