You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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",
The text was updated successfully, but these errors were encountered: