Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find view with tag #187 #13

Open
michalraska opened this issue Jul 23, 2015 · 10 comments
Open

Cannot find view with tag #187 #13

michalraska opened this issue Jul 23, 2015 · 10 comments

Comments

@michalraska
Copy link
Contributor

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
@bradbenvenuti
Copy link

I'm seeing this also.

@aljs
Copy link
Contributor

aljs commented Jul 24, 2015

#11 (comment)

@michalraska
Copy link
Contributor Author

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

@adamkrell
Copy link

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

@RoboTeddy
Copy link

Should be fixed in next version of react native: facebook/react-native#2488

@rpastorelle
Copy link

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

@gnestor
Copy link

gnestor commented Oct 6, 2015

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

@gpbl
Copy link

gpbl commented Oct 10, 2015

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

@dabit3
Copy link

dabit3 commented Nov 5, 2015

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

@aljs
Copy link
Contributor

aljs commented Nov 25, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants