Question: Flipper partially working
I'm not 100% sure what changed on my side, but flipper stopped having all the features it had. I've been testing the build so I've built million and one versions of my app and can't guess what could've caused the change.
before
flipper connects, has the "menu" and "reload" buttons, RN debugger and devtools work. I might have been using expo 48 + JSC, but not sure about that. Can't check unfortunately. Reading the documentation debugger + JSC should not work?
after
flipper shows logs and network requests. flipper DOES NOT
- show menu and reload buttons
- RN debugger and devtools are disabled with message "is not supported by the selected device ..."
set-up
expo 48 (I have followed the manual, using "expo-build-properties") hermes (verified via dev menu) running expo with --dev-client starting debugger via expo-cli or via the device's menu works
don't know where to start debugging...