Ideally, you can use
<KeyboardAvoidingView behavior="padding" keyboardVerticalOffset={-200}>
<ScrollView>
YOUR UI HERE
</ScrollView>
<KeyboardAvoidingView>
Play with keyboardVerticalOffset so you can get the desired behavior. As this value differs in android and iOS so consider Platform.OS === 'ios'