From fde2ff08bb93519b9cc32ee05eeb6f95114e005b Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 12 Nov 2021 06:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Renamed=20`ios/src/React=20Nativ?= =?UTF-8?q?e`=20Folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Renamed `ios/src/React Native` to `ios/src/ReactNative/`. --- .../RCTContextMenu/RCTMenuActionItem.swift | 0 .../RCTContextMenu/RCTMenuElement.swift | 0 .../RCTContextMenu/RCTMenuImageType.swift | 0 .../RCTContextMenu/RCTMenuItem.swift | 0 .../RCTContextMenu/RCTMenuPreviewConfig.swift | 0 .../RCTContextMenuButton/RCTContextMenuButton.swift | 0 .../RCTContextMenuButton/RCTContextMenuButtonManager.m | 0 .../RCTContextMenuButton/RCTContextMenuButtonManager.swift | 0 .../RCTContextMenuView/RCTContextMenuPreviewController.swift | 0 .../RCTContextMenuView/RCTContextMenuView.swift | 0 .../RCTContextMenuView/RCTContextMenuViewManager.m | 0 .../RCTContextMenuView/RCTContextMenuViewManager.swift | 0 ios/src/{React Native => ReactNative}/RCTSwiftLog/RCTLog.swift | 0 ios/src/{React Native => ReactNative}/RCTSwiftLog/RCTSwiftLog.h | 0 ios/src/{React Native => ReactNative}/RCTSwiftLog/RCTSwiftLog.m | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename ios/src/{React Native => ReactNative}/RCTContextMenu/RCTMenuActionItem.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenu/RCTMenuElement.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenu/RCTMenuImageType.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenu/RCTMenuItem.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenu/RCTMenuPreviewConfig.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenuButton/RCTContextMenuButton.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenuButton/RCTContextMenuButtonManager.m (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenuButton/RCTContextMenuButtonManager.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenuView/RCTContextMenuPreviewController.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenuView/RCTContextMenuView.swift (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenuView/RCTContextMenuViewManager.m (100%) rename ios/src/{React Native => ReactNative}/RCTContextMenuView/RCTContextMenuViewManager.swift (100%) rename ios/src/{React Native => ReactNative}/RCTSwiftLog/RCTLog.swift (100%) rename ios/src/{React Native => ReactNative}/RCTSwiftLog/RCTSwiftLog.h (100%) rename ios/src/{React Native => ReactNative}/RCTSwiftLog/RCTSwiftLog.m (100%) diff --git a/ios/src/React Native/RCTContextMenu/RCTMenuActionItem.swift b/ios/src/ReactNative/RCTContextMenu/RCTMenuActionItem.swift similarity index 100% rename from ios/src/React Native/RCTContextMenu/RCTMenuActionItem.swift rename to ios/src/ReactNative/RCTContextMenu/RCTMenuActionItem.swift diff --git a/ios/src/React Native/RCTContextMenu/RCTMenuElement.swift b/ios/src/ReactNative/RCTContextMenu/RCTMenuElement.swift similarity index 100% rename from ios/src/React Native/RCTContextMenu/RCTMenuElement.swift rename to ios/src/ReactNative/RCTContextMenu/RCTMenuElement.swift diff --git a/ios/src/React Native/RCTContextMenu/RCTMenuImageType.swift b/ios/src/ReactNative/RCTContextMenu/RCTMenuImageType.swift similarity index 100% rename from ios/src/React Native/RCTContextMenu/RCTMenuImageType.swift rename to ios/src/ReactNative/RCTContextMenu/RCTMenuImageType.swift diff --git a/ios/src/React Native/RCTContextMenu/RCTMenuItem.swift b/ios/src/ReactNative/RCTContextMenu/RCTMenuItem.swift similarity index 100% rename from ios/src/React Native/RCTContextMenu/RCTMenuItem.swift rename to ios/src/ReactNative/RCTContextMenu/RCTMenuItem.swift diff --git a/ios/src/React Native/RCTContextMenu/RCTMenuPreviewConfig.swift b/ios/src/ReactNative/RCTContextMenu/RCTMenuPreviewConfig.swift similarity index 100% rename from ios/src/React Native/RCTContextMenu/RCTMenuPreviewConfig.swift rename to ios/src/ReactNative/RCTContextMenu/RCTMenuPreviewConfig.swift diff --git a/ios/src/React Native/RCTContextMenuButton/RCTContextMenuButton.swift b/ios/src/ReactNative/RCTContextMenuButton/RCTContextMenuButton.swift similarity index 100% rename from ios/src/React Native/RCTContextMenuButton/RCTContextMenuButton.swift rename to ios/src/ReactNative/RCTContextMenuButton/RCTContextMenuButton.swift diff --git a/ios/src/React Native/RCTContextMenuButton/RCTContextMenuButtonManager.m b/ios/src/ReactNative/RCTContextMenuButton/RCTContextMenuButtonManager.m similarity index 100% rename from ios/src/React Native/RCTContextMenuButton/RCTContextMenuButtonManager.m rename to ios/src/ReactNative/RCTContextMenuButton/RCTContextMenuButtonManager.m diff --git a/ios/src/React Native/RCTContextMenuButton/RCTContextMenuButtonManager.swift b/ios/src/ReactNative/RCTContextMenuButton/RCTContextMenuButtonManager.swift similarity index 100% rename from ios/src/React Native/RCTContextMenuButton/RCTContextMenuButtonManager.swift rename to ios/src/ReactNative/RCTContextMenuButton/RCTContextMenuButtonManager.swift diff --git a/ios/src/React Native/RCTContextMenuView/RCTContextMenuPreviewController.swift b/ios/src/ReactNative/RCTContextMenuView/RCTContextMenuPreviewController.swift similarity index 100% rename from ios/src/React Native/RCTContextMenuView/RCTContextMenuPreviewController.swift rename to ios/src/ReactNative/RCTContextMenuView/RCTContextMenuPreviewController.swift diff --git a/ios/src/React Native/RCTContextMenuView/RCTContextMenuView.swift b/ios/src/ReactNative/RCTContextMenuView/RCTContextMenuView.swift similarity index 100% rename from ios/src/React Native/RCTContextMenuView/RCTContextMenuView.swift rename to ios/src/ReactNative/RCTContextMenuView/RCTContextMenuView.swift diff --git a/ios/src/React Native/RCTContextMenuView/RCTContextMenuViewManager.m b/ios/src/ReactNative/RCTContextMenuView/RCTContextMenuViewManager.m similarity index 100% rename from ios/src/React Native/RCTContextMenuView/RCTContextMenuViewManager.m rename to ios/src/ReactNative/RCTContextMenuView/RCTContextMenuViewManager.m diff --git a/ios/src/React Native/RCTContextMenuView/RCTContextMenuViewManager.swift b/ios/src/ReactNative/RCTContextMenuView/RCTContextMenuViewManager.swift similarity index 100% rename from ios/src/React Native/RCTContextMenuView/RCTContextMenuViewManager.swift rename to ios/src/ReactNative/RCTContextMenuView/RCTContextMenuViewManager.swift diff --git a/ios/src/React Native/RCTSwiftLog/RCTLog.swift b/ios/src/ReactNative/RCTSwiftLog/RCTLog.swift similarity index 100% rename from ios/src/React Native/RCTSwiftLog/RCTLog.swift rename to ios/src/ReactNative/RCTSwiftLog/RCTLog.swift diff --git a/ios/src/React Native/RCTSwiftLog/RCTSwiftLog.h b/ios/src/ReactNative/RCTSwiftLog/RCTSwiftLog.h similarity index 100% rename from ios/src/React Native/RCTSwiftLog/RCTSwiftLog.h rename to ios/src/ReactNative/RCTSwiftLog/RCTSwiftLog.h diff --git a/ios/src/React Native/RCTSwiftLog/RCTSwiftLog.m b/ios/src/ReactNative/RCTSwiftLog/RCTSwiftLog.m similarity index 100% rename from ios/src/React Native/RCTSwiftLog/RCTSwiftLog.m rename to ios/src/ReactNative/RCTSwiftLog/RCTSwiftLog.m