-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
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
Issues : context.beamBack(data : {data : example}); #622
Comments
You need to be able to pass |
@r-ilagan I don't understand navigator by next router, it is normal to receive data, but when I use beamerBack() to return to searchA, I can't do the same |
@r-ilagan |
I'm guessing that |
@r-ilagan |
No problem. You can make a nullable value in your child for |
@r-ilagan Actually here I used Notifier to handle embedding data from beamBack returned, the problem is when back to SearchA it can't update that data variable, so it always has Null value, I need a specific illustration here, please help me |
Hmm I'm not too familiar with this approach. Perhaps you can notify your listeners so they can rebuild? |
@r-ilagan So how do you build to get data from beamBack() function ? give me your example |
I have 2 screens searchA and Search B , when from SearchA -> SearchB , and SearchB I do back by function context.beamBack(data : data); But in the SearchA screen I don't know how to print or log because the data I pass from the SearchB screen ?
The text was updated successfully, but these errors were encountered: