Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Redefine constant from react-native
Browse files Browse the repository at this point in the history
Redefine constant that was originaly taken from `RCTWebView`
implementation: CRAlpha#235 (comment)
  • Loading branch information
maxkomarychev committed Sep 18, 2019
1 parent 0748e92 commit 647e78d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/RCTWKWebView/CRAWKWebView.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#import <objc/runtime.h>

NSString *const RCTJSNavigationScheme = @"react-js-navigation";

// runtime trick to remove WKWebView keyboard default toolbar
// see: http://stackoverflow.com/questions/19033292/ios-7-uiwebview-keyboard-issue/19042279#19042279
@interface _SwizzleHelperWK : NSObject @end
Expand Down

0 comments on commit 647e78d

Please sign in to comment.