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

Migration of a React web Tic Tac Toe game over to React Native

Notifications You must be signed in to change notification settings

vanister/RNTicTacToe

Repository files navigation

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

About

Migration of a React web Tic Tac Toe game over to React Native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published