Siddharth Ramesh
Siddharth Ramesh
@piemonte Any progress on this?
@pribeh Thank you. Fingers crossed. We ended up making a messenger bot instead of an app. But I will look forward to the RN plugin of this library.
I am on 8GB compute optimized digital ocean droplet. The same thing happens. Any solution to this?
@shahen94 Could you fix this?
@gitim Im not able to delete an item from the list. Can you put ur data on state and try deleting an object from state? This should re render the...
Yup me too!
@gitim Ive got the same problems too. My ```renderRow``` returns a class with just a ```Text```. Could you be more elaborate about how do I fix perf issues?
Hey! This is my state: ``` this.state.data = { a: { index: 'a' }, b: { index: 'b' } } ``` Now when I want to update my ```object```, I...
@gitim Looking forward to it. I tried it with ```this.forceRender()``` by setting my state like this: ``` this.state[key] = { index: key } ``` But it did not work.
@nixvalentine No! It still flashes. The whole state object gets updated because we are reassigning it.