A demo app with the middleware for the Mobx Master Flipper Plugin.
It might be published as an npm package at a later stage, but for now please copy ./src/mobx-master
to your app, and initialize it as in the example below
import {MobxMaster} from './src/mobx-master';
if (__DEV__) {
MobxMaster(['TodoStore', TodoStore], ['UserStore', UserStore]);
}
MobxMaster.mp4
This plugin stands on shoulders of giants, and is greatly inspired by mobx-action-flipper and mobx-flipper.