diff --git a/ios/src_library/React Native/RNIModalView/RNIModalView.swift b/ios/src_library/React Native/RNIModalView/RNIModalView.swift index 485498c3..0661e5f8 100644 --- a/ios/src_library/React Native/RNIModalView/RNIModalView.swift +++ b/ios/src_library/React Native/RNIModalView/RNIModalView.swift @@ -1018,6 +1018,9 @@ extension RNIModalView: UIAdaptivePresentationControllerDelegate { }; }; +// MARK: - UISheetPresentationControllerDelegate +// --------------------------------------------- + @available(iOS 15.0, *) extension RNIModalView: UISheetPresentationControllerDelegate { @@ -1084,6 +1087,9 @@ extension RNIModalView: RNIModalRequestable { }; }; +// MARK: - RNIViewControllerLifeCycleNotifiable +// -------------------------------------------- + extension RNIModalView: RNIViewControllerLifeCycleNotifiable { public func viewWillAppear(sender: UIViewController, animated: Bool) {