Skip to content

A tutorial on creating a real-world app using ReactNative, Mobx, ESLint, Prettier, Jest, Enzyme and Airbnb React/JSX Style Guide

Notifications You must be signed in to change notification settings

qaiser110/ReactNative-Bookstore-App-Tutorial

Repository files navigation

ReactNative and Mobx Tutorial

Repo for tutorial on building Mobile Applications in ReactNative.

Topics Covered

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:

  1. In part I, we'll setup prettier, eslint, and arirbnb style guide for our project.
  2. In part II, we'll add Drawer and Tabs Navigation using react-navigation.
  3. In part III, we'll test our React components with Jest and Enzyme
  4. 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:

ReactNative Bookstore App

About

A tutorial on creating a real-world app using ReactNative, Mobx, ESLint, Prettier, Jest, Enzyme and Airbnb React/JSX Style Guide

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published