From 8ca3e9e63ad2121afad9b038c44ad938861f8d2b Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Thu, 27 Apr 2023 02:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Refactor:=20Move=20`RNIViewContr?= =?UTF-8?q?ollerLifeCycleNotifiable`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Move`RNIViewControllerLifeCycleNotifiable` from `os/src_library/Helpers+Utilities` to its own directory in `os/src_library/React Native/RNIViewControllerLifeCycleNotifiable`. --- .../RNIViewControllerLifeCycleNotifiable.swift | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ios/src_library/{Helpers+Utilities => React Native/RNIViewControllerLifeCycleNotifiable}/RNIViewControllerLifeCycleNotifiable.swift (100%) diff --git a/ios/src_library/Helpers+Utilities/RNIViewControllerLifeCycleNotifiable.swift b/ios/src_library/React Native/RNIViewControllerLifeCycleNotifiable/RNIViewControllerLifeCycleNotifiable.swift similarity index 100% rename from ios/src_library/Helpers+Utilities/RNIViewControllerLifeCycleNotifiable.swift rename to ios/src_library/React Native/RNIViewControllerLifeCycleNotifiable/RNIViewControllerLifeCycleNotifiable.swift