A proof-of-concept project to try converting the web version SimonGame project in React to React Native.
Simon-Game, now available on your phone!
Just install the Expo Client and get the app at https://expo.io/@hey/heySimonGame
- 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
- 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
- run tests in watch mode:
- 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
- for Android:
- Writing tests:
- Libraries / Frameworks used: jest (bundled in react-scripts-ts) + chai
- Code review: N/A
- Other guidelines: N/A
- Repo owner or admin: me (htbkoo)
- Other community or team contact: N/A