gutenberg
gutenberg copied to clipboard
feat: Set up Android Flipper integration
What?
Set up Flipper debugger integration for the Android
platform. Note: this does not enable support for iOS, as this project relies
upon use_frameworks!, which is currently unsupported by Flipper.
Supersedes #32822.
Why?
Access additional Flipper debugger features, e.g. inspection of network request, native layout elements, etc.
How?
Add Flipper initialization code.
Testing Instructions
npm run native start:resetnpm run native android- Launch the Flipper debugger.
- Select the "Gutenberg" application in the drop-down menu in the left sidebar.
- Verify that you are able to enable additional plugins, e.g. Network, Layout.
Testing Instructions for Keyboard
n/a
Screenshots or screencast
n/a