You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS, there's a way to not install Flipper conditionally with NO_FLIPPER env variable, whereas on Android it's always installed as part of the debug release.
On Android, the only way to completely get rid of Flipper is to manually remove it from code.
Proposal
Projects that do not need Flipper would be cleaner (thus, simpler to understand/maintain), if users would have an option --no-flipper (to not have Flipper in their codebase).