Problem Statement
Which macro is used in Objective-C to export native methods to JavaScript?
Explanation
The RCT_EXPORT_METHOD macro exposes an Objective-C method to the JavaScript runtime.
It allows React Native’s bridge to call native iOS functionality from JavaScript code.