Skip to content

tranjog/flipper-plugin-mobx-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Mobx Master

Debug your React Native MobX stores and emit actions through Flipper.

When filtering on stores, you will see all actions (methods using the @action decorator) in the selected store. You will then be able to type in a payload and emit back to the React Native app, which will call the action with the payload and update your store.

MobxMaster.mp4

Installation

  1. Please see the demo app repository: mobx-master-demo-app for an example of how to implement the React Native middleware.

  2. Install flipper-plugin-mobx-master in the Flipper desktop client:

Manage Plugins > Install Plugins > search "mobx-master" > Install

Acknowledgement

This plugin stands on shoulders of giants, and is greatly inspired by flipper-plugin-mobx-action-debugger and flipper-plugin-mobx-debugger.