Shaheen Ghiassy
Shaheen Ghiassy
I'm experiencing the same thing. Here's a gif and a sample project in case it helps  ### Sample App [HeroTestApp.zip](https://github.com/HeroTransitions/Hero/files/7110295/HeroTestApp.zip) ### Code The Sample App is basically a new...
The method definition for `renderScrollComponent` is `(props) => renderable` from the RN Docs, referencing `props` via the method parameters vs `this`, is probably the right way to go. Can you...
@sibelius - agreed. Any volunteers?
# Maintainers needed When I released this package I wasn't aware it would be helpful for that many people. To my surprise, it has become used more and more. The...
I've been out of React Native development for over a year, so I can't really speak technically to your question. That said, this project isn't as active as it should...
Should be working. I don't build on Android much, so I won't be that much help unfortunately. Does it work with a different version of RN? Perhaps there's a regression...
That's actually how the stock React-Native `ListView` element works, so it's not really a bug per se, but more sub-optimal behavior. I think this would be a good performance improvement...
Can you verify that using a regular `ListView` produces the right UI? Thanks.
haha... totally missed your first sentence. So yeah, this seems like a total bug. Many apologies, but I don't know how I'll have time to tackle it in the short-term....
There was an update to the section headers logic in the newest release. Try updating to version `0.4.3`