Skip to content

Latest commit

 

History

History
executable file
·
46 lines (30 loc) · 960 Bytes

README.md

File metadata and controls

executable file
·
46 lines (30 loc) · 960 Bytes

react-native-2048

A React Native clone of 2048 by claudiopro.

Developing

#### Android

git clone [email protected]:liuhong1happy/react-native-2048.git
cd react-native-2048
npm install
react-native run-android
react-native start

#### IOS

git clone [email protected]:liuhong1happy/react-native-2048.git
cd react-native-2048
npm install
# open xcode and run

Release

#### Android

npm run release

Screenshot

Contributing

Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.

License

MIT

Copyright (c) Holly Liu 2015