Skip to content

Commit 0bcfab4

Browse files
committed
remove testing case
1 parent a8ff989 commit 0bcfab4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/rn-tester/android/app/src/main/java/com/facebook/react/uiapp/RNTesterActivity.kt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@ internal class RNTesterActivity : ReactActivity() {
6767
fullyDrawnReporter.addReporter()
6868
maybeUpdateBackgroundColor()
6969

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-
7970
// register insets listener to update margins on the ReactRootView to avoid overlap w/ system
8071
// bars
8172
reactDelegate?.reactRootView?.let { rootView ->

0 commit comments

Comments
 (0)