You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can use conditional rendering for this by using pageIndexCallback prop:
in my case , I had two boarding screens with different background images
...
const [index, setindex] = useState(0);
const changePageHandler = (index: any) => {
setBoardingindex(index);
}
Thanks for the component, very nice and easy to use!
I would like to set a background image for each page but I can't find the way to implement it. Is it possible to do?
The text was updated successfully, but these errors were encountered: