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