The tour we created has 4 steps on page 1, the remaining steps are on page 2.
We are unable to automatically take the tour to page 2 after the 4th step on page 1.
Intro.js has multipage support, does react joyride support it as well, or something we are missing out?
I need some code.
Are you using two different instances of Joyride?
This probably won't work with the current version.
You can try V2 with npm i react-joyride@next. You can read more about it here.
Basically, you'll need to stop the tour with run: false, load your route and start it again after it's rendered.
Link (above) to V2 documentation is broken, and I am as confused as others as far as the status of V2: https://github.com/gilbarbara/react-joyride/issues/291. It looks like V2 is the current version, but is still only available from npm as @next. The confusing part is that github readme on master appears to refer to V2, but the code alongside it is V1.
Please give us an Example for multipage using. This would be so helpful
This example I came across helped me to use React Router. https://codesandbox.io/s/owQ8Wrk3
Most helpful comment
Please give us an Example for multipage using. This would be so helpful