Skip to content

Commit

Permalink
💫 Update: RNIModalPresentation Protocol
Browse files Browse the repository at this point in the history
Related:
* TODO:2023-03-04-06-34-28 - Library Native Cleanup
* TODO:2023-03-04-15-39-46 - Impl. `RNIModalManager`
  • Loading branch information
dominicstop committed Mar 21, 2023
1 parent dcc4e01 commit f25ca8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/src_library/React Native/RNIModal/RNIModal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,8 @@ public protocol RNIModalPresentation: AnyObject {

/// Returns the modal view controller that is to be presented
var modalViewController: UIViewController? { get };

/// The "main" window for this instance
var window: UIWindow? { get };

};

0 comments on commit f25ca8a

Please sign in to comment.