From 6d162186d8cfd5cb0e8f006a74d07bcc29b512ed Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Thu, 13 Apr 2023 23:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Refactor:=20Rename=20to=20`RNIMo?= =?UTF-8?q?dalEventData`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Rename `RNIModalEvents` to `RNIModalEventData`. --- .../RNIModal/{RNIModalEvents.swift => RNIModalEventData.swift} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ios/src_library/React Native/RNIModal/{RNIModalEvents.swift => RNIModalEventData.swift} (100%) diff --git a/ios/src_library/React Native/RNIModal/RNIModalEvents.swift b/ios/src_library/React Native/RNIModal/RNIModalEventData.swift similarity index 100% rename from ios/src_library/React Native/RNIModal/RNIModalEvents.swift rename to ios/src_library/React Native/RNIModal/RNIModalEventData.swift