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 937e7a0 commit e912c28Copy full SHA for e912c28
packages/rn-tester/RNTester/AppDelegate.mm
@@ -44,12 +44,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
44
self.dependencyProvider = [RCTAppDependencyProvider new];
45
#endif
46
47
- RCTDevMenuConfiguration *devMenuConfiguration = [[RCTDevMenuConfiguration alloc] initWithDevMenuEnabled:true
48
- shakeGestureEnabled:false
49
- keyboardShortcutsEnabled:false];
50
-
51
- [self.reactNativeFactory setDevMenuConfiguration:devMenuConfiguration];
52
53
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
54
55
[self.reactNativeFactory startReactNativeWithModuleName:@"RNTesterApp"
0 commit comments