update for custom wkwebview
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -17,6 +17,8 @@ | @@ -17,6 +17,8 @@ | ||
17 | #import "UIView+React.h" | 17 | #import "UIView+React.h" |
18 | #import "RCTI18nUtil.h" | 18 | #import "RCTI18nUtil.h" |
19 | 19 | ||
20 | +NSString *const RCTJSNavigationScheme = @"react-js-navigation"; | ||
21 | + | ||
20 | @implementation UIView (RCTViewUnmounting) | 22 | @implementation UIView (RCTViewUnmounting) |
21 | 23 | ||
22 | - (void)react_remountAllSubviews | 24 | - (void)react_remountAllSubviews |
-
Please register or login to post a comment