Deray

Results 2 issues of Deray

Hi, while I use this cool project to generate md table, I found a problem. If text contains UTF8 character. string length count will have problem. ```php $tableBuilder ->headers(['UTF8','test']) ->rows([...

when accordion is render in listview react-native will decide to "UPDATE" it or "MOUNT/RE-MOUNT" it dependent on the key. if key is the same, accordion only get update(which faster) but...