Skip to content

Commit 6c3423b

Browse files
committed
import the codegen header from the same target
1 parent 0d2924d commit 6c3423b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/objc-library/ios/{%- project.name %}.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<% } -%>
66

77
<% if (project.arch === 'new') { -%>
8-
#import "generated/RN<%- project.name -%>Spec/RN<%- project.name -%>Spec.h"
8+
#import <<%- project.name -%>/RN<%- project.name -%>Spec.h>
99

1010
@interface <%- project.name -%> : NSObject <Native<%- project.name -%>Spec>
1111
<% } else { -%>

0 commit comments

Comments
 (0)