Guided Tour in Ionic-React
npm i -S reactour
npm i -S styled-components@^4.0.0
npm i -S @types/reactour
npm i -S @types/styled-components@^4.0.0
Follow Reactour's doc
If you need to reset Tour step after closing, write it like this
{
tourOpen &&
<Tour
steps={steps}
isOpen={tourOpen}
onRequestClose={() => setTourOpen(false)}
/>
}