Daniel Rhodes
Daniel Rhodes
Just a couple quick examples would be appreciated!
Using collections already. Have not tried the `prefetch` method yet. I'm not sure if collections has made things better as I still find lots of cases where the file takes...
Sure, here is the code. The `onSoftSelectDocument` method gets fired every time somebody clicks on a document. The token is staying the same. In this case, `doc` is a model...
@jeremypress Any updates on this?
Also seeing this... @czzhengkw are you running the above with NODE_ENV=production?
Having same problem. Seems to be only the cells which are redrawn after being dragged off the screen.
I'm seeing this on iOS as well with bottom tabs. The tab is not re-rendering either - it's just the switch. I don't see any performance issues on the iOS...
Can confirm this is happening. If you adjust iOS accessibility to increase font size, and have something like: ```jsx Hello World Hello World ``` The first line will increase as...
@mani47 Had the same problem. Ended up getting rid of this library and using [KeychainAccess](https://github.com/kishikawakatsumi/KeychainAccess) which is much less dogmatic. All these protocols and lack of any decent documentation were...
@robcdd I've got to agree with you on this - the ergonomics of this library are a bust. I haven't even gotten that far with integrating, but my experience so...