Skip to content

Commit

Permalink
🐞 Fix: RNIModalView Blur Events Not Firing
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 26, 2023
1 parent 242d514 commit af3c090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/src_library/React Native/RNIModalView/RNIModalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ class RNIModalView: UIView, RNIModalFocusNotifying, RNIModalIdentity,
self?.notifyForBoundsChange(newBounds);
};

vc.presentationController?.delegate = self;

return vc;
}();
};
Expand Down

0 comments on commit af3c090

Please sign in to comment.