Is there any way to do KeyboardAvoidingView easily in native base? I am trying to implement the "View scrolling" when a keyboard is interfering an TextInput. You know what i mean
IOS seems to do that by default. On android i found out that using KeyboardAvoidingView from native is needed.
<KeyboardAvoidingView behavior="padding" style={{ flex: 1 }}>
<Content>...</Content>
</KeyboardAvoidingView>
Is this however anti-pattern in native-base?
No thats not available with native-base
Closing this
Please reopen this issue if help needed
Most helpful comment
IOS seems to do that by default. On android i found out that using KeyboardAvoidingView from native is needed.
Is this however anti-pattern in native-base?