Skip to content

Commit

Permalink
💄 Gloss: Update Comments
Browse files Browse the repository at this point in the history
empty
  • Loading branch information
dominicstop committed Mar 17, 2023
1 parent 73520a6 commit 9babbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/src_library/React Native/RNIModalView/RNIModalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class RNIModalView: UIView {

@objc var hideNonVisibleModals: Bool = false;

/// control modal present/dismiss by mounting/unmounting the react subview
/// control modal present/dismiss by mounting/un-mounting the react subview
/// * `true`: the modal is presented/dismissed when the view is mounted
/// or unmounted
///
Expand All @@ -199,7 +199,7 @@ class RNIModalView: UIView {
///
@objc var presentViaMount: Bool = false;

/// allow modal to be programatically closed even when not current focused
/// allow modal to be programmatically closed even when not current focused
/// * `true`: the modal can be dismissed even when it's not the topmost
/// presented modal.
///
Expand Down

0 comments on commit 9babbc4

Please sign in to comment.