Skip to content

ardasatata/rn-card-game

Repository files navigation

React Native & Web Monorepo

React-native + web monorepo with memory game example

Installation

  1. clone this repository
  2. yarn install
  3. web: yarn web:start
  4. iOS: yarn ios:pods & yarn ios:start

Demo

Mobile Web
mobile-edited.mp4
Card-web.mov

Available commands

Development and build commands:

  • yarn android:metro: Start the metro server for Android/iOS
  • yarn android:start: Start developing the Android app
  • yarn android:studio: Open the android app on Android Studio
  • yarn ios:metro: Start the metro server for Android/iOS
  • yarn ios:start: Start developing the iOS app
  • yarn ios:pods: Install iOS cocoapods dependencies
  • yarn ios:xcode: Open the iOS app on XCode
  • yarn web:start: Start developing the web app
  • yarn web:build: Create a production build of the web app