how to use expressions in styles? #84
Unanswered
kmahmood74
asked this question in
Q&A
Replies: 1 comment
-
instead of using styles property, just specify width and height directly -
|
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 want to set the width and height to the device's width and height, how do I do that as yaml complains -
styles: {width: '${device.width}', height: '${device.height-200}'}
Beta Was this translation helpful? Give feedback.
All reactions