Design based on Netlify's Deploy Game.
A quick game that let's you match 8 pairs of emoji's and share your results.
Features include:
- Randomized list of emojis so you have new emojis each game
- Flip animation with Reanimated
- Share capability with the React Native Share API
Pre-requisite: You'll need Expo installed on your machine.
Clone the Repo: git clone https://github.com/ReactNativeSchool/match-the-pairs-react-native.git
Install Depedencies: yarn install / npm install
- iOS:
yarn ios/npm run ios - Android:
yarn android/npm run android - Web:
yarn web/npm run web
