From 0e4d7b23e99abf3716e60cb4948efbbf0e9e6eb7 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AD=90=EF=B8=8F=20Impl:=20`RNIModalState.mod?= =?UTF-8?q?alNativeID`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/src_library/React Native/RNIModal/RNIModal+Helpers.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ios/src_library/React Native/RNIModal/RNIModal+Helpers.swift b/ios/src_library/React Native/RNIModal/RNIModal+Helpers.swift index 39dbdc65..e88d6e17 100644 --- a/ios/src_library/React Native/RNIModal/RNIModal+Helpers.swift +++ b/ios/src_library/React Native/RNIModal/RNIModal+Helpers.swift @@ -7,6 +7,11 @@ import Foundation +extension RNIModalState where Self: RNIIdentifiable { + var modalNativeID: String { + self.synthesizedStringID + }; +}; extension RNIModalState where Self: RNIModalPresentation {