Ivan Wu

Results 14 comments of Ivan Wu

Is this repo totally dead?

@erunion Let me know if you need help, just came across this API. Seems like it would be great for my use case so I'd like to help get it...

Maybe you can try hooking [Fandango](https://developer.fandango.com/) into this module? Haven't looked into it much though.

Just installed using npm, getting the same error. Edit: Resolved after npm install events and timers, but I think those two should be listed as dependencies for xml2js?

@sireneweb it came up as an `unable to resolve module` npm install timers

So make a new sortable list for each section?

Are you having issues creating multiple lists then? The only real problem I see is if you want the whole thing to be scrollable, because you'll essentially have multiple scrollables...

I'd wager the performance won't be great, but you can try it and see

Not sure...maybe you could try not syncing immediately to your app? Possibly have it sync on resume or something? You could also try another list module maybe https://github.com/deanmcpherson/react-native-sortable-listview I'm not...

Wouldn't modifying shouldComponentUpdate for the row cause it not to actually move around onscreen? (Haven't actually tried it yet so don't quote me)