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

More social media activity #11

Closed
cooperka opened this issue Feb 17, 2017 · 4 comments
Closed

More social media activity #11

cooperka opened this issue Feb 17, 2017 · 4 comments

Comments

@cooperka
Copy link
Owner

cooperka commented Feb 17, 2017

This repo seems to have only moderate usage, but also a higher stars/user ratio than average, which tells me that the people using it find it helpful, but it's only being discovered by people who already know exactly what they need.

I wrote an article about it on Medium, which also has high engagement but a low number of total views. SEO is pretty low when searching for either one; the article doesn't even show up in Google results when searching for the exact title.

If anyone has ideas for how to improve visibility, I'm all ears! 🐱

@booboothefool
Copy link

Does this solve the issue of ListView leaking memory? facebook/react-native#499

That's how I arrived here.

@cooperka
Copy link
Owner Author

@booboothefool haha what do you mean? This issue is definitely not related.

@booboothefool
Copy link

@cooperka Apologies. Was referring to the issue facebook/react-native#12512 where scrolling down very long lists continues to leak memory and slow the app to a crawl. FlatList was supposed to help, but it doesn't for me, as well as the other guy in the issue. I found out about FlatList from your article on Medium. 👍

@cooperka
Copy link
Owner Author

Gotcha! Yeah brentvatne's comments on facebook/react-native#12512 are very accurate. I would try profiling your app and trying to figure out exactly what is causing the slowness. It's probably not the ListView itself (especially if FlatList didn't fix the issue), but more likely other code that's being executed as you scroll.

If you could create a demo app that we can install and run on our own machines, that would really help us diagnose your problem.

@cooperka cooperka closed this as completed Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants