From b00b396436eea2a6b384b945f5c37ee2a574e6ea Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Gloss:=20Add=20Comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/ReactNativeIosModalModule.swift | 7 +++++++ ios/ReactNativeIosModalView.swift | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/ios/ReactNativeIosModalModule.swift b/ios/ReactNativeIosModalModule.swift index 2effad42..7fb15403 100644 --- a/ios/ReactNativeIosModalModule.swift +++ b/ios/ReactNativeIosModalModule.swift @@ -1,3 +1,10 @@ +// +// ReactNativeIosModalModule.swift +// ReactNativeIosModal +// +// Created by Dominic Go on 10/6/23. +// + import ExpoModulesCore public class ReactNativeIosModalModule: Module { diff --git a/ios/ReactNativeIosModalView.swift b/ios/ReactNativeIosModalView.swift index 2f89ee89..b925ac22 100644 --- a/ios/ReactNativeIosModalView.swift +++ b/ios/ReactNativeIosModalView.swift @@ -1,3 +1,10 @@ +// +// ReactNativeIosModalView.swift +// ReactNativeIosModal +// +// Created by Dominic Go on 10/6/23. +// + import ExpoModulesCore // This view will be used as a native component. Make sure to inherit from `ExpoView`