Authored by hongyong.zhao

update for custom wkwebview

@@ -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