Skip to content

extraScrollHeight not working in Android #581

Open
@luvnishCapgemini

Description

@luvnishCapgemini

I used "extraScrollHeight" props in project. In iOS, it's properly adding extra offset to the keyboard but in Android it's not adding offset.

<KeyboardAwareScrollView
            style={{flex: 1}}
            extraScrollHeight={100}>
            <View>
                { ......... }
            </View>
</KeyboardAwareScrollView>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions