mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[fbobjc] revert rFBOBJCdba3daf9a595f452d069f2a74a9a11f251999b2e
This commit is contained in:
@@ -31,7 +31,7 @@ typedef void (^RCTResponseSenderBlock)(NSArray *response);
|
||||
* will be set automatically by the bridge when it initializes the module.
|
||||
* To implement this in your module, just add @synthesize bridge = _bridge;
|
||||
*/
|
||||
@property (nonatomic, weak) RCTBridge *bridge;
|
||||
@property (nonatomic, strong) RCTBridge *bridge;
|
||||
|
||||
/**
|
||||
* The module name exposed to JS. If omitted, this will be inferred
|
||||
|
||||
Reference in New Issue
Block a user