Ben Styles
Ben Styles
I've been thinking about this and I think "is not this real life" *is* the negative (or the closest English has to a negative) of "is this real life". "Is...
I thought I was having the same issue and it turned out to be this: https://github.com/fullstackreact/react-native-firestack/issues/174#issuecomment-264631709, which can be fixed like this: https://github.com/fullstackreact/react-native-firestack/issues/174#issuecomment-264632427. Just posting this in case it helps...
@rikur I'm also struggling to work out which version has which code, but also which fork to use. @Salakar has merged into his fork a PR which fixes this issue,...
Hi @cooperka I'm finally getting round to migrating from `ListView` and I'm struggling a little to work out if I can do it while continuing to use `react-native-immutable-list-view`. All my...
@cooperka Thanks very much! I will happily wait, having taken a look at the `VirtualizedList` API I feel faintly nauseous... Let me know if there's anything I can do to...
@cooperka I have just finished implementing `VirtualizedList` directly in my app, using `Immutable.Map`s. I'm up for trying to port my implementation into your lib, but I have some questions and...
Great, thanks. So I tried to make `SectionList` work, but the whole codebase of that component (including all the flow typing) is written to deal only with arrays and objects....
My thoughts exactly! And yes, my aim in writing my implementation was to only swap my `ImmutableListView`s for `VirtualizedList`s, and not change anything else, especially my data structures. The one...
Ok great, will do. Might be a few days, but I'll make a start right away.
Hey @cooperka, I have one more little question now that I've made a (slightly delayed) start on this. We need some way to choose whether to treat `immutableData` as a...