flipper-plugin-rnthreads
v1.0.5
Published
This is a plugin for the [Flipper](https://github.com/facebook/flipper) debugging tool, which allows for debugging React Native apps using the Reanimated package.
Downloads
11
Readme
flipper-plugin-reanimated
This is a plugin for the Flipper debugging tool, which allows for debugging React Native apps using the Reanimated package.
It is mainly based on the hermesdebuggerrn plugin that is bundled with Flipper, but with a few minor changes that are needed for our use-case.
This version of the plugin is based on https://github.com/facebook/flipper/commit/95af1428ce720101d76e33427608c449ff0846df
Development
Clone the repo and run
yarn
in the project rootWhile Flipper is closed go to
~/.flipper/config.json
and add the folder containing the repo folder to thepluginPaths
array.
Example:
Your file structure looks like this:
~/flipper-plugins/
|
- flipper-plugin-reanimated/
Then you should add the flipper-plugins
folder to the pluginPaths
array.
Warning! Remember to add the absolute path to pluginPaths
.
Run
yarn watch
which will build the plugin and watch for changes laterOpen Flipper and the plugin should be visible in the plugin list