Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 329 Bytes

readme.md

File metadata and controls

32 lines (21 loc) · 329 Bytes

Matching Game

TL;DR

Matching game using react-native and expo-cli

Build Setup

#Install Expo CLI
npm install --global expo-cli

#Install dependencies
npm i

Run

#Web
npm run web

#Android
npm run android

#IOS
npm run ios

Used packages