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

Latest commit

 

History

History
21 lines (13 loc) · 952 Bytes

README.MD

File metadata and controls

21 lines (13 loc) · 952 Bytes

React Native Tic Tac Toe

This is the source for the Medium.com article on how to migrate a React web-based Tic Tac Toe game to React native.

Migrating a Web-Based React Tic-Tac-Toe Game to React Native.

Setup

Follow the, "Getting Started," guide on the React Native site. Make sure to follow the, "React Native CLI Quickstart," section for your OS and devices you plan on building the app for.

Do not create a new project by running react-native init.

  • Run npm install to restore dependencies for the project.
  • To start the app, run:
    • iOS Simulator: npm run ios.
    • Android Emulator: npm run android.
      • The emulator must be running or a phsyical device must be plugged in before running this command.

App

ios_android_gameplay