Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 335 Bytes

2048 in React-Native

how to install

  1. install react-native cli npm install -g react-native-cli

  2. install dependencies npm install / yarn install

  3. generate native project react-native eject

  4. generate app-icon npm run app-icon / yarn run app-icon

  5. run the app react-native run-ios / react-native run-android