songhee Park

Results 7 comments of songhee Park

anyone solved this problem?? help~~ :(

oh! I also solved it. react-native-zss-rich-text-editor/src/RichTextEditor.js origin) const editorAvailableHeight = Dimensions.get('window').height - keyboardHeight - spacing; ==> my code) const editorAvailableHeight = Dimensions.get('window').height - (keyboardHeight*2) - spacing; it works perfectly for...

or is it occurs only me?

@export-mike it always happens to me.. RN: 0.55.2 and i should scroll RichTextToolbar to make icon show up.

i referenced #57 and it's working well

Hi there, anyone fixed it? - Issues > Modal dropdown is unable to select and not closing automatically. - Environment > react-native: 0.64.2 > react-native-modal-dropdown: ^1.0.1 > environment: Android (without...