mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-21 16:28:33 +00:00
Apple required us to remove this (see #819) BREAKING CHANGE: UIWebView has been removed BREAKING CHANGE: useWebkit prop removal BREAKING CHANGE: scalesPageToFit prop removal on iOS (since it's not compatible with WKWebview) BREAKING CHANGE: Renamed RNCWKWebView to RNCWebView on iOS
12 lines
269 B
Objective-C
12 lines
269 B
Objective-C
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <React/RCTViewManager.h>
|
|
|
|
@interface RNCWebViewManager : RCTViewManager
|
|
@end
|