[fbobjc] revert rFBOBJCdba3daf9a595f452d069f2a74a9a11f251999b2e

This commit is contained in:
Ben Hiller
2015-04-07 21:42:11 -07:00
parent 009f8ebe63
commit 220e116dce
7 changed files with 38 additions and 52 deletions

View File

@@ -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