Open vagnerlandio opened 1 year ago
Any update on this ?
Hi, Any update on this?
Usually this happens, when you have multiple configurations like Default ones (Debug, Release) and custom ones like StagingDebug/StagingRelease etc.
You need to define those in the flipper_config too. https://fbflipper.com/docs/getting-started/react-native/
Fix the issue use below pattern of default flipper_config
flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled(["Debug", "StagingDebug", "StagingRelease", "Release"])
Please tell me how to solve this problem?
Any update?
🐛 Bug Report
To Reproduce
Environment
Workaround solution
Exclude
react-native-flipper
using areact-native.config.js