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

Changing screens using ReactNavigation breaks spotlight positioning

Open vethan opened this issue 1 year ago • 2 comments

If you use call navigation.navigate in a toursteps Before, and move to a screen with an attatched step, the spotlight will not highlight the correct component. This can lead to many issues in multi-screen tutorials!

vethan avatar Apr 30 '24 18:04 vethan

@vethan have you found a solution? I don't know how to pass down the spotlight either. I try to have an <Attachstep> in the other pages, but it seems like the only solution is to have it one screen, or pass it down to child components? but not all screens are components of each other

0xAskar avatar Sep 10 '24 14:09 0xAskar

Do you have an example with react navigation?

julien9999 avatar Dec 14 '24 04:12 julien9999