Socket
Book a DemoInstallSign in
Socket

flipper-plugin-mobx-master

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flipper-plugin-mobx-master

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

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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.

https://github.com/tranjog/flipper-plugin-mobx-master/assets/6737260/80169577-885e-42d3-a43e-f1c170df333c

Installation

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

  • 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.

Keywords

flipper-plugin

FAQs

Package last updated on 09 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts