Repo for tutorial on building Mobile Applications in ReactNative.
There are four parts in this series. We'll cover different topics and libraries necessary to create and test a full blown React Native application:
- In part I, we'll setup prettier, eslint, and arirbnb style guide for our project.
- In part II, we'll add Drawer and Tabs Navigation using react-navigation.
- In part III, we'll test our React components with Jest and Enzyme
- In part IV, we'll work on the state management of our app using MobX (mobx-state-tree). It will also involve some UI changes and more navigation. We'll sort and filter the books by genre, and allow the user to see the Book detail screen when the user taps on a book.
Here's a demo of the Bookstore app we're going to build: