Browse Source

iOS - add disabledBackGesture (#872)

Ran 7 years ago
parent
commit
28014d6578
2 changed files with 486 additions and 477 deletions
  1. 1
    0
      ios/RCCNavigationController.m
  2. 485
    477
      ios/RCCViewController.m

+ 1
- 0
ios/RCCNavigationController.m View File

@@ -88,6 +88,7 @@ NSString const *CALLBACK_ASSOCIATED_ID = @"RCCNavigationController.CALLBACK_ASSO
88 88
       [mergedStyle removeObjectForKey:@"statusBarHideWithNavBar"];
89 89
       [mergedStyle removeObjectForKey:@"autoAdjustScrollViewInsets"];
90 90
       [mergedStyle removeObjectForKey:@"statusBarTextColorSchemeSingleScreen"];
91
+      [mergedStyle removeObjectForKey:@"disabledBackGesture"];
91 92
       
92 93
       [mergedStyle addEntriesFromDictionary:navigatorStyle];
93 94
       navigatorStyle = mergedStyle;

+ 485
- 477
ios/RCCViewController.m
File diff suppressed because it is too large
View File