BradByte

Results 37 comments of BradByte

I had the same issue when I was using this along with Express. I was starting the server with `app.listen()` instead of `http.listen()`. Once I changed it the 404 error...

I tried creating the policy on my own but this PR finally resolved it for me.

Hi @naqvitalha, thanks for all the work on the project. We're already using recyclerlistview for our app (react-native) and I'm now working to implement dragging. I'm having a hard time...

@dkpalmer were you able to find anything on `getViewHolderForType`? I'm wondering if a fork is needed. I'm able to do some choppy reordering by attaching a PanResponder to the view...

@dkpalmer here's a gist for a component I made called Draggable. I'm wrapping the list item I want to drag with it. https://gist.github.com/bradbumbalough/70a79dddc922215044071dc1ff7775e7. It passes an onLongPress to its child...

@dkpalmer have you started anything by means of a fork? I'm going to be picking back on this now.

@naqvitalha I've been unable to get drag and drop working as of yet... is there plans in the future for this to be supported as a first class citizen with...

@naqvitalha do you have any feedback on an updated approach on how to handle drag and drop based on the latest version? Thank you!

Any updates on this? I'm seeing that on Android there is no scrolling at all when a RefreshControl is added.

@hani-q Are you able to replicate this with the out of box react ActionSheetIOS? We're just passing the prop through to them. Thanks.