Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order and Key seems not working? #119

Open
n3rd253 opened this issue Jul 22, 2021 · 2 comments
Open

Order and Key seems not working? #119

n3rd253 opened this issue Jul 22, 2021 · 2 comments

Comments

@n3rd253
Copy link

n3rd253 commented Jul 22, 2021

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",

@mamin75dev
Copy link

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",

I have the same issue in my case!

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

@prscX
Copy link
Owner

prscX commented Apr 9, 2022

@n3rd253 / @mamin75dev: Could you please share a video of the same. I am not able to visualize the same.

Thanks,
Pranav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants