prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

Order and Key seems not working? #119

Open n3rd253 opened 3 years ago

n3rd253 commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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

Thanks, Pranav