This is a simple implementation of the classic 2048 puzzle built with Expo and React Native.
- Node.js installed on your machine
- npm (comes with Node.js)
Install the project dependencies:
npm installStart the Expo development server:
npm run devExpo will provide instructions in the terminal for running the app on a simulator or a physical device. For more details on using Expo, see the official documentation.