Skip to content

[Android] Tooltip moving component  #30

@anchpop

Description

@anchpop

video

Relevant code:

                        <PopoverTooltip
                            ref={'tooltip' + this.props.index}
                            buttonComponent={
                            <MY COMPONENT HERE, doesn't matter because it happens no matter what component I use, including the one in the readme examples>}
                            items={[
                                {
                                label: 'Item 1',
                                onPress: () => {}
                                },
                                {
                                label: 'Item 2',
                                onPress: () => {}
                                }
                            ]}
                            // animationType='timing'
                            // using the default timing animation
                            />

This happens even when I set setBelow={true} (the component moving up and down)

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