Kizspy | Question: 7
(Choose 1 answer)
Consider the following steps in creating a native module in React Native for iOS. Which step involves creating
a bridging header?
A. Writing the native module in Objective-C or Swift
B. Registering the module with RCTBridgeModule
C. Configuring the Xcode project to include the bridging header
D. Using RCT_EXPORT_METHOD to expose methods to JavaScript