Clone of the game 2048 made with React Native, React Native Gesture Handler and React Native Reanimated
This is a proof of concept made with gesture recognition + View animations in order to recreate the famous 2048 game.
- clone the repo
yarn
npx pod-install ios
npx react native run-ios
ornpx react native run-android