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
Is this possible to pop with props to previous screen?
The text was updated successfully, but these errors were encountered:
Hi, @xahon! No, it is not. As you can see here, pop doesn't expect params.
To achieve this behavior, you can refresh after a pop. Take a look on #2047 to get some ideas about how to implement this. 😉
Sorry, something went wrong.
refactoring, fixes #2066, #2078, #2082
a4db7b6
Please check latest master now, I've added support for refresh for backward compatibility
No branches or pull requests
Is this possible to pop with props to previous screen?
The text was updated successfully, but these errors were encountered: