Adam Stanford

Results 4 comments of Adam Stanford

I'm also running into this issue. Starting to see: ``` Attempt to invoke virtual method 'void com.mixpanel.android.mpmetrics.MixpanelAPI.track(java.lang.String, org.json.JSONObject)' on a null object reference ``` Any updates on this?

The way we solved this was by creating a bit of syncing logic. We have a debounced callback that we trigger on value change where we compare a list of...

Anyone successfully fix this? Facing this same issue

Commenting out the InteractionManager here (https://github.com/deanmcpherson/react-native-sortable-listview/blob/master/index.js#L458-L460) fix it for me. Not sure if it's something that I'm doing in my application but InteractionManager.runAfterInteractions was never triggering so the layout was...