File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 55 * LICENSE file here: https://github.com/joeferraro/react-native-cookies/blob/master/LICENSE.md.
66 */
77
8- #if __has_include("RCTBridgeModule.h")
9- #import " RCTBridgeModule.h"
10- #else
118#import < React/RCTBridgeModule.h>
12- #endif
139
1410#import < WebKit/WebKit.h>
1511
Original file line number Diff line number Diff line change 66 */
77
88#import " RNCookieManagerIOS.h"
9- #if __has_include("RCTConvert.h")
10- #import " RCTConvert.h"
11- #else
129#import < React/RCTConvert.h>
13- #endif
1410
1511static NSString * const NOT_AVAILABLE_ERROR_MESSAGE = @" WebKit/WebKit-Components are only available with iOS11 and higher!" ;
1612static NSString * const INVALID_URL_MISSING_HTTP = @" Invalid URL: It may be missing a protocol (ex. http:// or https://)." ;
You can’t perform that action at this time.
0 commit comments