Skip to content

Commit

Permalink
feat: example of build error from main.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Dec 19, 2022
1 parent 17fe4b5 commit b44909e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/CustomAppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#pragma once

#if __cplusplus

#import <React-RCTAppDelegate/RCTAppDelegate.h>

@interface CustomAppDelegate : RCTAppDelegate
@end

#endif

0 comments on commit b44909e

Please sign in to comment.