[ReactNative] Remove bridge retaining cycles

This commit is contained in:
Tadeu Zagallo
2015-04-07 19:18:41 -07:00
parent 72390239be
commit 6854da9b86
7 changed files with 52 additions and 38 deletions

View File

@@ -24,7 +24,7 @@
*/
@implementation RCTJavaScriptLoader
{
RCTBridge *_bridge;
__weak RCTBridge *_bridge;
}
/**