mirror of
https://github.com/tappollo/react-native-safari-view.git
synced 2026-01-12 17:03:09 +08:00
remove property for safariview
since the property is accessed outside of this module there's no point in having it as property
This commit is contained in:
@@ -5,6 +5,4 @@
|
||||
|
||||
@interface SafariViewManager : RCTEventEmitter <RCTBridgeModule, SFSafariViewControllerDelegate>
|
||||
|
||||
@property (nonatomic) SFSafariViewController *safariView;
|
||||
|
||||
@end
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
@implementation SafariViewManager
|
||||
{
|
||||
bool hasListeners;
|
||||
SFSafariViewController *_safariView;
|
||||
}
|
||||
|
||||
RCT_EXPORT_MODULE()
|
||||
|
||||
Reference in New Issue
Block a user