nglauber
07/14/2020, 5:59 PM/**
* My Component
*
* @sample com.example.tempcompose.SimplePreview
*/
@Composable
fun MyComposable() { ... }
@Preview
@Composable
fun SimplePreview() {
MyComposable()
}
When I hit Cmd+Space I can see the sample code, but not the preview…Vinay Gaba
07/14/2020, 6:09 PMnglauber
07/14/2020, 6:11 PMBrett Best
07/14/2020, 6:18 PMnglauber
07/14/2020, 6:20 PMMyComposable
function has just one Text
in it 😞Gabriel Feo
07/14/2020, 8:10 PMnglauber
07/14/2020, 8:14 PMText
with some modifiers…Gabriel Feo
07/14/2020, 8:35 PMMadhava
07/15/2020, 12:18 AMnglauber
07/15/2020, 1:03 PMText
with no parameters.allan.conda
07/22/2020, 9:35 AMnglauber
07/22/2020, 8:55 PM