question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flipper plugin hot reload when creating a new desktop plugin

See original GitHub issue

Hello 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:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
khushal87commented, Sep 12, 2022

Try yarn start --fast-refresh and it should work @aeroxy

0reactions
aeroxycommented, Sep 12, 2022

Actually 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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found