Skip to content

Commit e912c28

Browse files
committed
remove testing code
1 parent 937e7a0 commit e912c28

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/rn-tester/RNTester/AppDelegate.mm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
4444
self.dependencyProvider = [RCTAppDependencyProvider new];
4545
#endif
4646

47-
RCTDevMenuConfiguration *devMenuConfiguration = [[RCTDevMenuConfiguration alloc] initWithDevMenuEnabled:true
48-
shakeGestureEnabled:false
49-
keyboardShortcutsEnabled:false];
50-
51-
[self.reactNativeFactory setDevMenuConfiguration:devMenuConfiguration];
52-
5347
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
5448

5549
[self.reactNativeFactory startReactNativeWithModuleName:@"RNTesterApp"

0 commit comments

Comments
 (0)