Problem Statement
Which decorator or method exposes a native Java class to React Native’s JavaScript side?
Explanation
In Android native modules, methods annotated with @ReactMethod become accessible from JavaScript.
These methods are exported automatically when the module is registered with ReactPackage.