multistep-form-xstate-formik icon indicating copy to clipboard operation
multistep-form-xstate-formik copied to clipboard

Non mobile version?

Open mgordic opened this issue 3 years ago • 1 comments

Hi,

excellent sample project indeed, just what I wanted to try in one of my project.

One question from my side: how can I transform your example to use it in standard react app? You are using navigation from react-native?

Do we need navigation at all?

Thank you Marko

mgordic avatar Oct 26 '22 07:10 mgordic

Hi,

I think there are at least few ways you could go around it :)

You could try with e.g. react-router and just exchange the navigate actions with proper alternatives

Other solution would be to just conditionally render these steps, on one of the screens based on the machine's state

PS Sorry for pretty late response :)

danielmark0116 avatar Jul 18 '23 09:07 danielmark0116