IIUC, if you are a Figma plugin author, you can have your plugin adjust to dev mode; i.e., your plugin can have features specific to Figma Dev Mode. So my reading of the Relay doc update is that "Figma released a Dev Mode and we updated our plugin to take advantage of this"
curioustechizen
06/22/2023, 1:51 PM
I don't see Relay evolving into Dev Mode or the other way around. I tried DevMode and while useful in little ways; it is way off from being a revolution.
For example, the Figma designs provided by my designer have custom typography styles (like "BodyL, BodyS " etc). When I click on any text in the design, the "Inspect" tab in Figma was able to show what custom style is being applied to it. However in DevMode, the compose code that it shows does not understand TextStyles. Instead it just passes in
fontSize
,
fontFamily
,
fontWeight
and so on to each
Text
composable.
a
annsofi
06/22/2023, 3:34 PM
Yeah, we noticed the same thing
c
Chris Sinco [G]
06/25/2023, 1:07 AM
Probably worth giving that feedback directly to Figma