Nick
09/09/2020, 5:10 PMAndroidView
Composable, but I can't seem to get it working. Has anyone else had luck embedding an old-style view on the alpha-02
build? It doesn't necessarily need to be Google Sign-in, it could be any other view. I've watched the alpha video where they embed the Google Maps view but that did not help me!Zach Klippenstein (he/him) [MOD]
09/09/2020, 5:17 PMNick
09/09/2020, 5:24 PMAndroidView
Composable. I don't know what I am supposed to pass to the viewBlock
parameter. Initially I thought I could pass an activity or a fragment, but having thought about it for a while, I think that I somehow need to be able to pass just the GSI button, which is of class com.google.android.gms.common.SignInButton
. Any thoughts?Zach Klippenstein (he/him) [MOD]
09/09/2020, 5:35 PM::SignInButton
), but that's basically the same as passing a lambda: { context -> SignInButton(context) }
Nick
09/11/2020, 7:49 AMZach Klippenstein (he/him) [MOD]
09/11/2020, 2:30 PMAndroidView
?Nick
09/11/2020, 4:14 PM