Hi everyone, I'm starting to experiment with compo...
# multiplatform
d
Hi everyone, I'm starting to experiment with compose multiplatform using android, ios and web as targets. Is it possible to define a component inside a screen differently between web and mobile? So for android and ios a component is used while for the web part a different component? Thanks in advance for your suggestions
a
Basically you'll need to detect when the target is mobile or web and decide which component to use, you can do that with
expect/actual
declarations