Skip to content

AlbertVilaCalvo/React-Native-Memory-Game

Repository files navigation

React Native Memory Game

A memory game mobile app built with React Native, TypeScript and MobX for state management.

Animations and gestures are implemented with Animated, Reanimated 3 and PanResponder.

⚡️ See it in action on YouTube! ⚡️

Screenshot of the memory game

Web version

This app is the React Native version of a game I already created for the Web using only JavaScript - ie with no frameworks like React or Vue. You can play the Web version online and also view its source code.

Develop

First install the dependencies with yarn install, then do:

# Start the bundler
npx react-native start

# Run on Android
npx react-native run-android

# Run on iOS
npx react-native run-ios

Privacy policy

https://docs.google.com/document/d/e/2PACX-1vQLr1iT4rwvqgwk5oBHBf18JFiSHS7_zzGYbtahTrs3ujEr2vpuOKF2hPJlS9v7S5bcPLsGZFKxUUuK/pub

About

A memory game mobile app built with React Native, TypeScript and MobX. Animations and gestures are implemented with Animated, Reanimated and PanResponder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published