Replies: 1 comment 4 replies
-
Are you using Anvil? Maybe do the annotation for @CircuitInject? |
Beta Was this translation helpful? Give feedback.
4 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.
-
Currently, I'm working on a complex screen and I realized that with Circuit, it's possible to divide a screen into presenters according to the code documentation
Just adding each factory to the parent would be enough, or would I need to do something else?
I have mine set up as follows.
But my question is how do I use the HomePresenter? I think it's the simplest step, but I can't get it to work.
Beta Was this translation helpful? Give feedback.
All reactions