Flipper plugin hot reload when creating a new desktop plugin
See original GitHub issueHello team,
I am creating a desktop plugin to debug my React Native application. Basically, when I change the code of the plugin locally, my plugin doesn’t hot reload in the Flipper desktop app(even if I am running yarn watch
) and I have to close and reopen the app entirely to see the changes, is there a way I can hot reload the changes as they are done with the code?
PS: The changes done to HTML etc are only seen once I close and reload the Flipper application.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Development Setup - Flipper
When developing Flipper plugins, the following IDEs are recommended: TypeScript (for Flipper Desktop (plugins)): Visual Studio Code.
Read more >Building Flipper Plugins for Fun and Profit - Michael Evans
Rather than sticking to plain text in logcat, we can build a custom Flipper plugin that will display our analytics events in a...
Read more >flipper-plugin-eventbus-logger - npm package - Snyk
Open Flipper App · Open Plugin Manager from left top · Select install plugins · Search for eventbus · Install eventbus-logger · Reload...
Read more >File Search & Browser Settings - FL Studio
The File Settings page allows you to link additional folders into the Browser, along with a location where your VST/AU plugins are saved....
Read more >List of all keyboard shortcuts that you can use in Adobe XD.
Keys for File menu ; New, Cmd + N · Ctrl + N ; Open... Cmd + Shift + O · Ctrl +...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try
yarn start --fast-refresh
and it should work @aeroxyActually even with current main branch from source (commit a9fe38107670eded3d4f542c122a9346cb7a644a) I am not able to get HMR working…should I add addition flags besides using
yarn start
on my flipper source project?