RCTRefreshControl
RCTRefreshControl copied to clipboard
Cannot find view with tag #187
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
I'm seeing this also.
https://github.com/Shuangzuan/RCTRefreshControl/issues/11#issuecomment-121817785
Timeout does not solve problem. It just helps to show this error less frequently.
Any progress on this issue? The timeout solution isn't a perfect workaround.
Should be fixed in next version of react native: https://github.com/facebook/react-native/pull/2488
This is still very much an issue for me (using RN 0.11.0)
I made the changes from @RoboTeddy 's commit and it fixed the issue for me: https://github.com/facebook/react-native/pull/2488
Indeed it doesn't happen anymore since I've upgraded to react-native 0.12
I also made the changes from @RoboTeddy 's commit and it fixed the issue for me as well: facebook/react-native#2488
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.