Skip to content

Order and Key seems not working? #119

@n3rd253

Description

@n3rd253

I have maybe 7 of app tour anchors in the same view, but in this case it seems to only be anchoring on the first two touchable opacity, and one of my buttons only.

<Button
    key={"PlaceOrder"}
    ref={ref => {
        if (!ref) return

        let props = {
            order: 6,
            collapsable: true
            ...

Each has a new key, new order number, but of the 6 buttons, only one tour target fires.

"react": "17.0.1",
"react-native": "0.64.2",
"react-native-app-tour": "^1.0.5",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions