Skip to content

ReactNativeSchool/expo-clock-app

Repository files navigation

Expo/React Native Clock App

A minor clone of the iOS clock app, built with Expo.

The primary goal of this app is to serve as an example of how to build a multi-theme React Native app.

Features include:

  • A functioning stop watch with lap tracking
  • Use system preferred color scheme
  • User customizable theme with memory of preference between sessions
  • Themed React Navigation v6

iOS

iOS Example

Android

Android Example

Web

Web Example

Install

Pre-requisite: You'll need Expo installed on your machine.

Clone the Repo: git clone https://github.com/ReactNativeSchool/expo-clock-app.git

Install Depedencies: yarn install / npm install

Running the App

  • iOS: yarn ios / npm run ios
  • Android: yarn android / npm run android
  • Web: yarn web / npm run web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published