fukemy

Results 258 issues of fukemy

hi, i just use 2 lines of code: ``` val mUpdateManager = UpdateManager.Builder(this).mode(UpdateManagerConstant.FLEXIBLE); mUpdateManager.start() ``` but got this crash: ``` 2021-03-05 23:25:09.458 8683-8683/com.civix.link E/CustomActivityOnCrash: The previous app process crashed. This...

bug

Hi, i found this lib and topic explain how to get smoother when keyboard show, can it's apply for GiftedChat? https://saket.me/smoothly-reacting-to-keyboard/ https://github.com/saket/FluidKeyboardResize

hi, i want to implement scroll down to get more message, here is my code: ``` const handleLoadMore = () => { console.log('handleLoadMore') setMessage(prev => GiftedChat.prepend(prev, loadMoreSample)) } const renderLoadEarlier...

Hi, im using state to control ChatFooterView like this: ``` const [replyMessage, setReplyMessage] = React.useState() ``` When apply replyMessage, i want to show replyView but not working ``` renderChatFooter={renderReply} const...

Hi, i want to show TypingIndicator above MessageContainer, but it's seem it's show ***as lasted cell of FlatList***, so when scroll down it's go disappear. Can u take a look?...

Hi, thanks for useful library after 1 years used I have small problem but i want to solved this for UX purpose When switch from another bottom view(voice input, sticker...

feature request

hi, did u support readmore text when text content is too long? Thanks

hello, i want to show mention when user press @ like facebook,...., how can i work with your lib, thanks

Hello, i writing playing voice function, so i need to know when the cell is destroy to release voice player, plz help