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`