Scroll through the view when keyboard is open (React Native / Expo)

We are using this

<KeyboardAwareScrollView  keyboardShouldPersistTaps={'always'}
        style={{flex:1}}
        showsVerticalScrollIndicator={false}>
    {/* Your code goes here*/}
</KeyboardAwareScrollView>

and we didn’t face any of the four issues

Leave a Comment