react-native-2048
react-native-2048 copied to clipboard
React Native 2048 Game
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
Copyright (c) Holly Liu 2015