mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Added non-class-scanning-based approach fror registering js methods
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
@implementation RCTSourceCode
|
||||
|
||||
RCT_EXPORT_MODULE()
|
||||
|
||||
- (void)getScriptText:(RCTResponseSenderBlock)successCallback failureCallback:(RCTResponseSenderBlock)failureCallback
|
||||
{
|
||||
RCT_EXPORT();
|
||||
|
||||
Reference in New Issue
Block a user