mastermoo / navigation-mobx-example

proof of concept project to use mobX in react-native-navigation

Home Page:https://github.com/wix/react-native-navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example-mobX

A simple usage example for an app based on mobX instead of redux in your react-native-navigation project. See this issue.

Installation - iOS

  • Run npm install

  • Open ios/NavigationMobxExample.xcodeproj in Xcode and press the play button

Folder Structure

  • src/screens/ - all your app screens, every screen component is wrapped in an mobX observer
  • src/stores/ - all of your mobX goodness goes here, all business logic should be here

About

proof of concept project to use mobX in react-native-navigation

https://github.com/wix/react-native-navigation

License:MIT License


Languages

Language:JavaScript 56.6%Language:Objective-C 25.7%Language:Python 10.0%Language:Java 7.7%