We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ff989 commit 0bcfab4Copy full SHA for 0bcfab4
packages/rn-tester/android/app/src/main/java/com/facebook/react/uiapp/RNTesterActivity.kt
@@ -67,15 +67,6 @@ internal class RNTesterActivity : ReactActivity() {
67
fullyDrawnReporter.addReporter()
68
maybeUpdateBackgroundColor()
69
70
- reactDelegate?.reactHost?.let { reactHost ->
71
- val devMenuConfiguration = DevMenuConfiguration(
72
- isDevMenuEnabled = true,
73
- isShakeGestureEnabled = false,
74
- areKeyboardShortcutsEnabled = false,
75
- )
76
- reactHost.setDevMenuConfiguration(devMenuConfiguration)
77
- }
78
-
79
// register insets listener to update margins on the ReactRootView to avoid overlap w/ system
80
// bars
81
reactDelegate?.reactRootView?.let { rootView ->
0 commit comments