Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.63 KB

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

Publish Android app to Google Play

Increment the versionCode and change versionName in android/app/build.gradle.

Open the android folder in Android Studio and then do Build → Generate Signed App Bundle/APK... This generates the app-release.aab file in the android/app/release directory, which should be about 26 MB.

Finally, go to the Play Console → Production → Create new release, upload the .aab file and follow the steps until it's live.