chrisglein / artificial-chat

2 stars 1 forks source link

Use fluent-ui-react-native controls #114

Closed chrisglein closed 4 months ago

chrisglein commented 1 year ago

General issues hit along the way:

Button

Upsides

Link

Downsides

Icon

Not sure whether intended or not that I can't use on its own: https://github.com/microsoft/fluentui-react-native/issues/935 May be interesting as a straightforward wrapper for Segoe MDL2 style icons, like XAML has.

Separator

Seems cool, haven't tried.

Text

I guess this would give me standardized text ramps? Haven't tried.

Checkbox

Would prefer to toggle switches in Settings, honestly. Should migrate to? image

chrisglein commented 1 year ago

Worked around many of these by implementing my own ThemeProvider. When that's solid enough it should be upstreamed to the FURN repo.

chrisglein commented 4 months ago

Superseded by #116