We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
danielmark0116
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: