Ken

Results 8 comments of Ken

i've got a same error: ``` { code:1006 message:"Socket hung up" name:"SocketProtocolError" ... } ``` my `sc-broker-cluster` is `v2.1.7`

@jondubois I'm just trying to run my react-native on local, here attached error screenshot: ![desctop screenshot](https://cloud.githubusercontent.com/assets/1829168/20257299/99cefe82-aa83-11e6-8338-cb47351ce29d.png) Its still appear after updating `socketcluster`

@jondubois I fix it by deleting `node_modules` and run `npm install` again and that error was gone. However it seems that I can't see any `state` nor `actions` on my...

@zalmoxisus yes, I'm using `"remotedev-server": "^0.2.0"` and run `remotedev --hostname=localhost --port=8000 --injectserver=reactnative` then run `react-native run-android` and I cant see any activities on **Redux Devtools** ![desctop screenshot2](https://cloud.githubusercontent.com/assets/1829168/20259866/20956272-aa92-11e6-9d0b-a7daa4011bf8.png)

@zalmoxisus thanks for your help! `adb reverse` was able to solve the problem. :)

is there any known reason why on my app all items are look active even I set inactiveSlide values? Like this ``` ```

@bd-arc i'm currently using `"react-native": "0.44.0",` base on your explanation. I see the issue now. But on `3.1.0` infinite loop is not yet supported right?

I got the same performance issue. It seems DataTable re-render all rows and cells every time non-value props (size, showGridlines, resizableColumns, scrollable, etc) were updated.