RCTRefreshControl icon indicating copy to clipboard operation
RCTRefreshControl copied to clipboard

Cannot find view with tag #187

Open michalraska opened this issue 10 years ago • 10 comments

After upgrade on react native 0.7.1 I am getting very often (not always) this error:

[error][tid:main][RCTRefreshControl.m:31] Cannot find view with tag #187
[error][tid:main][RCTRefreshControl.m:77] Cannot find view with tag #187

michalraska avatar Jul 23 '15 09:07 michalraska

I'm seeing this also.

bradbenvenuti avatar Jul 24 '15 05:07 bradbenvenuti

https://github.com/Shuangzuan/RCTRefreshControl/issues/11#issuecomment-121817785

aljs avatar Jul 24 '15 10:07 aljs

Timeout does not solve problem. It just helps to show this error less frequently.

michalraska avatar Jul 28 '15 13:07 michalraska

Any progress on this issue? The timeout solution isn't a perfect workaround.

adamkrell avatar Aug 12 '15 15:08 adamkrell

Should be fixed in next version of react native: https://github.com/facebook/react-native/pull/2488

RoboTeddy avatar Sep 01 '15 20:09 RoboTeddy

This is still very much an issue for me (using RN 0.11.0)

rpastorelle avatar Oct 01 '15 19:10 rpastorelle

I made the changes from @RoboTeddy 's commit and it fixed the issue for me: https://github.com/facebook/react-native/pull/2488

gnestor avatar Oct 06 '15 22:10 gnestor

Indeed it doesn't happen anymore since I've upgraded to react-native 0.12

gpbl avatar Oct 10 '15 07:10 gpbl

I also made the changes from @RoboTeddy 's commit and it fixed the issue for me as well: facebook/react-native#2488

dabit3 avatar Nov 05 '15 16:11 dabit3

UIRefreshControl was implemented for ScrollView in react-native: https://github.com/facebook/react-native/blob/master/Libraries/Components/ScrollView/ScrollView.js#L289 So this module is no longer needed.

aljs avatar Nov 25 '15 14:11 aljs