I using react-native version 0.72.5 and @react-native-firebase/app 18.
when I config in Podfile, I add use_frameworks! :linkage => :static
and comment
# :hermes_enabled => flags[:hermes_enabled],
# :fabric_enabled => flags[:fabric_enabled],
# :flipper_configuration => flipper_config,
I cannot use react-native-debugger and can only use flipper but networking is unavailable. How to debug it?