mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
Weak RCTBridge reference in RCTImageView
Reviewed By: nicklockwood Differential Revision: D2660517 fb-gh-sync-id: 45a5e2b936cfb4b87a09ad7a756c030376d59da3
This commit is contained in:
committed by
facebook-github-bot-4
parent
b0196a1932
commit
5367e841ad
@@ -46,7 +46,7 @@ static BOOL RCTShouldReloadImageForSizeChange(CGSize currentSize, CGSize idealSi
|
||||
|
||||
@implementation RCTImageView
|
||||
{
|
||||
RCTBridge *_bridge;
|
||||
__weak RCTBridge *_bridge;
|
||||
CGSize _targetSize;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user