mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Added non-class-scanning-based approach fror registering js methods
This commit is contained in:
@@ -23,6 +23,8 @@ static NSString *const RCTReachabilityStateCell = @"cell";
|
||||
NSString *_status;
|
||||
}
|
||||
|
||||
RCT_EXPORT_MODULE()
|
||||
|
||||
@synthesize bridge = _bridge;
|
||||
|
||||
static void RCTReachabilityCallback(__unused SCNetworkReachabilityRef target, SCNetworkReachabilityFlags flags, void *info)
|
||||
|
||||
Reference in New Issue
Block a user