Expo plugin for Analytics/DebugView configuration
Brad Jones
It would be nice to be able to configure Analytics to enable DebugView via an Expo plugin.
It seems that this can be done at runtime (?) on Android, so perhaps adding that to the JS API, and on iOS it requires a build flag. https://firebase.google.com/docs/analytics/debugview#enable_debug_mode
Related:
Brad Jones
I'm not sure if the flag that is settable with
adb
on Android can be done across the bridge, but that would be an awesome thing to support if at all possible. Expo's development build doesn't quite fit the usual emulator mold, which makes it convenient but not entirely sure if it's easily addressed with adb
in the way Google advises.Brad Jones
adb
works fine with the Expo dev client (and production) so this is more for iOS.