Autogenerated Swift headers #393
Unanswered
VitaliyGaliy
asked this question in
Q&A
Replies: 1 comment
-
Hey, the Swift bridging header should be generated when you generate a Swift project. If you want to make your swift classes visible on objective-c, you can take a look at this document: https://developer.apple.com/documentation/swift/importing-swift-into-objective-c#Include-Swift-Classes-in-Objective-C-Headers-Using-Forward-Declarations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing a RN library with the code in Swift. It has initialization part which I need to invoke from main application AppDelegate.m. Because of AppDelegate is written in Objective-C I need -Swift.h file. How can I generate one inside react-native-builder-bob library?
Beta Was this translation helpful? Give feedback.
All reactions