KeyboardAvoidingView not Working Properly
KeyboardAvoidingView not Working Properly I am trying to use the KeyboardAvoidingView with behavior="padding" . For some reason, when I'm trying to enter any text in TextInput , there's a space below the TextInput. Attached is a picture of what is happening as well as the code. Any chance anyone has any idea whats happening here? render() { return ( <KeyboardAvoidingView style={{ flex: 1}} behavior="padding"> < View style={{ flex: 1, backgroundColor: "#FFFFFF", }} > <ScrollView contentContainerStyle={{ justifyContent: "flex-end", flex: 1 }}> <ChatInfo /> </ScrollView> <View style={styles