An example React-Native game for the series "Learning React-Native as a React developer: a definitive guide".
This project is a demo app for the RisingStack blog series "Dart and Flutter crash course for JS developers".
Read the series here 👇
- Part I: Getting Started with React Native - intro, key concepts & setting up our developer environment
- Part II: Building our Home Screen - splitting index.js & styles.js, creating the app header, and so on..
- Part III: Creating the Main Game Logic + Grid - creating multiple screens, type checking with prop-types, generating our flex grid
- Part IV: Bottom Bar & Responsible Layout - also, making our game pausable and adding a way to lose!
- Part V: Sound and Animation + persisting data with React-Native AsyncStorage
- Part VI: Testing, Responsive Design, ESLint - and finishing the project.