Skip to content

htbkoo/ReactNativeSimonGame

Repository files navigation

ReactNativeSimonGame

A proof-of-concept project to try converting the web version SimonGame project in React to React Native.

TL;DR

Simon-Game, now available on your phone!

Just install the Expo Client and get the app at https://expo.io/@hey/heySimonGame

What is this repository for?

  • This repo holds the code for the native app version of SimonGame (created with React Native)
  • It was an experiment to try converting my previous work of web version of SimonGame to native app (which is amazingly easy and compatible)
  • The app can be found at the Expo web page: https://expo.io/@hey/heySimonGame

How do I get set up?

  • Summary of set up: yarn / npm install to download dependencies and the project is good to go.
  • Configuration: N/A
  • Dependencies: Listed at package.json
  • Database configuration: N/A
  • How to run tests: yarn run test / npm run test
    • run tests in watch mode: yarn run test-watch: / npm run test-watch
  • Deployment instructions: N/A
  • How to start server: yarn run start / npm run start
  • How to build:
    • for Android: yarn run android / npm run android
    • for iOS: yarn run ios / npm run ios

Contribution guidelines

  • Writing tests:
  • Code review: N/A
  • Other guidelines: N/A

Who do I talk to?

  • Repo owner or admin: me (htbkoo)
  • Other community or team contact: N/A