Skip to content

software-mansion-labs/flipper-plugin-reanimated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone the repo and run yarn in the project root

  2. While Flipper is closed go to ~/.flipper/config.json and add the folder containing the repo folder to the pluginPaths 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.

  1. Run yarn watch which will build the plugin and watch for changes later

  2. Open Flipper and the plugin should be visible in the plugin list