Skip to content

Commit b44909e

Browse files
committed
feat: example of build error from main.m
1 parent 17fe4b5 commit b44909e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/CustomAppDelegate.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#pragma once
22

3+
#if __cplusplus
4+
35
#import <React-RCTAppDelegate/RCTAppDelegate.h>
46

57
@interface CustomAppDelegate : RCTAppDelegate
68
@end
9+
10+
#endif

0 commit comments

Comments
 (0)