react-native-app-tour icon indicating copy to clipboard operation
react-native-app-tour copied to clipboard

Order and Key seems not working?

Open n3rd253 opened this issue 3 years ago • 2 comments

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

n3rd253 avatar Jul 22 '21 22:07 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",

I have the same issue in my case!

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

mamin75dev avatar Oct 09 '21 06:10 mamin75dev

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

Thanks, Pranav

prscX avatar Apr 09 '22 10:04 prscX