[ReactNative] Remove bridge retaining cycles

This commit is contained in:
Tadeu Zagallo
2015-04-07 19:42:46 -08:00
parent 72390239be
commit 6854da9b86
7 changed files with 52 additions and 38 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
*/
@implementation RCTJavaScriptLoader
{
RCTBridge *_bridge;
__weak RCTBridge *_bridge;
}
/**