mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 17:54:48 +00:00
Weak RCTBridge reference in RCTImageView
Reviewed By: nicklockwood Differential Revision: D2660517 fb-gh-sync-id: 45a5e2b936cfb4b87a09ad7a756c030376d59da3
This commit is contained in:
parent
b0196a1932
commit
5367e841ad
@ -46,7 +46,7 @@ static BOOL RCTShouldReloadImageForSizeChange(CGSize currentSize, CGSize idealSi
|
||||
|
||||
@implementation RCTImageView
|
||||
{
|
||||
RCTBridge *_bridge;
|
||||
__weak RCTBridge *_bridge;
|
||||
CGSize _targetSize;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user