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 коммит произвёл Facebook Github Bot
Родитель b8a5136d22
Коммит e3bb65c62c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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