rasselll
rasselll
You need to downgrade your hisuit, believe it's version 5.00 or lower
Still doesnt seem to work: ``` android { compileSdkVersion 27 buildToolsVersion "27.0.3" defaultConfig { applicationId "com.blog" minSdkVersion 16 targetSdkVersion 27 versionCode 1 versionName "1.0" ndk { abiFilters "armeabi-v7a", "x86" }...
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;
any update for targetSdkVersion 27?
did you manage to find any solutions to this?