Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 1.79 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.79 KB

Rock Paper Scissors in React Native

An implementation of Rock-Paper-Scissors game in React Native (without Expo).

Code submission for the 3rd week's assignment of the 2020 React Native course organised by Facebook Developers' Circle Hanoi.

Screenshots

Installation: Brief Guidance

My JS project manager CLI by choice is Yarn. You also need to have react-native CLI pre-installed on your machine.

  1. Clone this repo: git clone https://github.com/mnhthng-thms/Rock-Paper-Scissors-ReactNative.git
  2. In the project directory, initialise and get project dependencies installed: yarn install

These steps below are to get the project run on Android devices (Prerequisite: you need to already have Android Studio SDK CLI developer tools installed and added to your OS's $PATH variable)

  1. Evoke Android Debug Bridge from command line: adb devices
  2. In the project directory, start Metro Bundler server from command line: yarn start
  3. While the Metro Bundler is running, execute yarn android to get the app built for debugging.

Legal

This source code is licensed under MIT License. Copyright © 2020 MinhTu Thomas Hoang.

In short:

  • The author permits reusing this source code for any purposes, including commercial and for-profit ones, on condition that the copies of this source code must include a MIT copyright notice. (This project has also been benefited from other MIT-licensed open source technologies.)
  • The author is not responsible for any possible malicious uses of this source code.