Avare Kodcu

Results 20 comments of Avare Kodcu

@omnidan, I actually sorted the emoji array. And succeeded. This is the sorted array, like: ```javascript const emoji = require('node-emoji') // array transfer var result = []; for (var i...

@emanuelbuholzer Looks good to me 👍

I have same problem

Hi @akrherz, when I look at the last changes, I see that the same logic is used. That's why I tried to write the same code while solving the conflict....

Hi @salatielq, actually not :) In fact, it's okay to even rewrite the react-native logic. Because it's pretty useless. You are quite free about this and I would be very...

Hi, I tried to do it for a while, but forgot because I was focusing on another subject. If you can upgrade you can contribute to the project. Thanks

Hi, you can use dateString ex: ``` { text: 'Message', dateString: '2021-07-29' } ```

Nice question. This is the only way to tell which **index** the message has in the message list. It might seem a little strange that the sequence of arguments is...

Actually, I needed the index value when I was creating this project at the beginning. This is how I understood to which message an event occurred in the message list....

Oh yes! I didn't notice that :tada: actually I would appreciate it if you open a PR for it. It would be great if you do the same on other...