Remove retain cycle in RCTTextField/RCTTextInput

Reviewed By: shergin

Differential Revision: D6214271

fbshipit-source-id: 4ac7e70f8ead23ac533badaed15d4a939a1965db
This commit is contained in:
Mehdi Mulani 2017-11-02 08:44:13 -07:00 committed by Facebook Github Bot
parent b8a5136d22
commit e3bb65c62c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
@interface RCTTextInput : RCTView <RCTFontAttributesDelegate> {
@protected
RCTBridge *_bridge;
__weak RCTBridge *_bridge;
RCTEventDispatcher *_eventDispatcher;
NSInteger _nativeEventCount;
NSInteger _mostRecentEventCount;