Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to navigate from a newly created custom screen to a default screen that is originally part of the POS system.
For example:
Home -> MyCustomView (New Custom Screen) -> DenominationView (Standard Screen).
The standard screen can be accessed using the
this.context.navigator.navigate("__");
method from the view name mentioned in the image below.Is there a way to add a standard screen to this interface? Does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions