Relative Content

Tag Archive for react-nativekeyboardavoidingview

Can’t give backgroundcolor transparent between keyboard and input field – React Naitve

Output screen shot I am using the KeyboardAvoidingView , and the keyboardVerticalOffset prop is creating extra space between the keyboard and input field. I’ve tried setting the background color to transparent, but it’s not working. I’ve even applied a transparent background color to the ScrollView and SafeAreaProvider in App.tsx, but the issue persists.