How can I use Scroll View & KeyboardAvoidingView together without the keyboard covering the last data?
My code is below, I tried to use KeyboardAwareScrollView but that doesnt work for me in this case as it tries to scroll the input. import { View, Text, StyleSheet, KeyboardAvoidingView, Platform, TextInput, SafeAreaView, StatusBar } from "react-native"; import {…