disableInteraction not working React Native #442
Unanswered
MDmubarak786
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hi @MDmubarak786, |
Beta Was this translation helpful? Give feedback.
2 replies
-
disableInteraction prop avoid the interaction with the highlighted element, as in this example where you can't select the text highlighted in the step. Is this behaviour you are looking for? Mind playing a little with a codesandbox, like this one and come back to tell what is exactly which isn't working for you? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
please help me how to do this !!!
doSteps is it function ?
`import { TextPlaceholder, doSteps } from '../utils'
const demoId = 'disable-interaction'
const steps = doSteps(demoId)
;<TourProvider
`steps={steps}
onClickHighlighted={e => {
e.stopPropagation()
console.log('No interaction')
}}
disableInteraction
Beta Was this translation helpful? Give feedback.
All reactions