diff --git a/ios/src_library/React Native/RNIModalView/RNIModalView.swift b/ios/src_library/React Native/RNIModalView/RNIModalView.swift index 23619b4a..516bbc6f 100644 --- a/ios/src_library/React Native/RNIModalView/RNIModalView.swift +++ b/ios/src_library/React Native/RNIModalView/RNIModalView.swift @@ -144,8 +144,8 @@ class RNIModalView: UIView, RNIModalFocusNotifying, RNIModalIdentity, } }; - // MARK: - Properties: Synthesized - // ------------------------------- + // MARK: - Properties: Synthesized From Props + // ------------------------------------------ var synthesizedModalPresentationStyle: UIModalPresentationStyle { let defaultStyle: UIModalPresentationStyle = { @@ -231,6 +231,9 @@ class RNIModalView: UIView, RNIModalFocusNotifying, RNIModalIdentity, return blurStyle; }; + // MARK: - Properties: Synthesized + // ------------------------------- + var synthesizedBaseEventData: RNIModalBaseEventData { RNIModalBaseEventData( reactTag: self.reactTag.intValue,