Skip to content

ajabot/rn-sudoku

Repository files navigation

rn-sudoku

Sudoku game app made with react native

How to test

  1. Make sure you have node and npm installed You can check the version with the following commands

    node -v
    npm -v

    If you get an error with either commands, check out the official documentation to install them

  2. Lauch the test app

    First of all, make sure the needed packages are installed after you've cloned the repo

    npm install

    Then make sure Android and/ or Xcode are installed depending on which os you want to run the app. If they're not installed, make sure to follow the react native documentation (React Native CLI Quickstart tab).

    Once installed, run one of the following commands with the corresponding emulator opened or device plugged to the computer.

    react-native run-android
    react-native run-ios

About

Sudoku game app made with react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published