fukemy

Results 878 comments of fukemy

better using your custom `renderAvatar`, see my code snippet for example: ``` const renderAvatar = (props) => { const { user = {} } = props.currentMessage const { user: pUser...

many accepted pull request without check, do not using lasted version

please switch to lasted version(2.8.1), it's based on react-native-keyboard-controller, then it's best framework for keyboard control

Did it solve your issue? Tell me if it's didnt help you

sorry @jordo-harmonic, I want to test the example to find the problem, but my old laptop cannot upgrade macOS on this time

fast solution: catch `onFocus` screen event, before navigate/show modal -> hide keyboard first

> > fast solution: catch `onFocus` screen event, before navigate/show modal -> hide keyboard first > > > > can you please post some sample code i have been trying...