react-native-app-tour
react-native-app-tour copied to clipboard
Order and Key seems not working?
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 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",
@n3rd253 / @mamin75dev: Could you please share a video of the same. I am not able to visualize the same.
Thanks, Pranav