react-native-spotlight-tour
react-native-spotlight-tour copied to clipboard
Changing screens using ReactNavigation breaks spotlight positioning
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 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
Do you have an example with react navigation?