[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

@@ -28,7 +28,7 @@ typedef void (^RCTViewManagerUIBlock)(RCTUIManager *uiManager, RCTSparseArray *v
* allowing the manager (or the views that it manages) to manipulate the view
* hierarchy and send events back to the JS context.
*/
@property (nonatomic, weak) RCTBridge *bridge;
@property (nonatomic, strong) RCTBridge *bridge;
/**
* The module name exposed to React JS. If omitted, this will be inferred