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
Alejandro Rios
06/02/2024, 6:44 PM
Basically you'll need to detect when the target is mobile or web and decide which component to use, you can do that with