Hayden Briese
Hayden Briese
> Hey @hbriese, could you please describe or present visually what are you trying to achieve? Currently it is not possible to render a large appbar header with a menu...
Another basic example of this issue with images. To repeat myself, there is no way to get the menu action to be shown in the place of the back action...
@lukewalczak Thank you, I will use that in the meantime.
For a `mode="small"` appbar a simple flexed view can be used in place of the `Appbar.Content` however this workaround won't work for the other modes
Adding the negation to `.easignore` worked for ``` !google-services.secret.json ``` This works because my `.gitignore` looks like ``` **/*.secret.* ``` Had I ignored the file specifically then this would not...
I have this issue on `2.1.0` and didn't have this issue on `0.60.0`. The owner of the projectId is an organization I am part of. EAS build works fine (android...
This was incorrectly closed and is still not possible to achieve (using Appbar.Header)
I'd also like this behaviour, unfortunately `TextInput` only shows the placeholder when focussed or there's no label. The M3 spec doesn't mention placeholders at all, however the M3 figma library...
Unfortunately not yet, see #345
> I came across this problem after updating apollo and was getting reasonably certain it was a problem with the library not matching the fragments correctly. Was just starting to...