From 6ff7c459e3d08ebdf6da6973ebe0410b5cab9c0a Mon Sep 17 00:00:00 2001 From: Alberto-Duarte Date: Thu, 11 May 2023 11:40:35 +0100 Subject: first commit --- ios/reactnativeapp/main.m | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ios/reactnativeapp/main.m (limited to 'ios/reactnativeapp/main.m') diff --git a/ios/reactnativeapp/main.m b/ios/reactnativeapp/main.m new file mode 100644 index 0000000..d645c72 --- /dev/null +++ b/ios/reactnativeapp/main.m @@ -0,0 +1,10 @@ +#import + +#import "AppDelegate.h" + +int main(int argc, char *argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} -- cgit v1.2.3-54-g00ecf