Add FURN (fluent-ui-react-native) to Gallery
chrisglein opened this issue · 2 comments
(drive by comment) If using a JS only control, the FURN Radiogroup might be an option
I love drive by comments from Saad!
You're right. And it'd be more Fluent than the cross-platform module I used (see #411). As is I provided 2 samples:
- cross-platform module (not Fluent)
- react-native-xaml Windows-specific (very Fluent)
FURN would solve both.
Buuuuuut.... to incorporate FURN into Gallery (Which I want to do! Will open an issue from this comment), I think we first need to address these:
- Required explicit importing of SVG (see microsoft/fluentui-react-native#2613)
- Required switching to classic runtime (see microsoft/fluentui-react-native#1891)
- Updates to the Windows visual theme (see this override)
(I hit these when developing this: chrisglein/artificial-chat#116)
Maybe we can partner up and fixing these and getting FURN in this Gallery app?
Originally posted by @chrisglein in #404 (comment)
@rurikoaraki fyi :)
@chrisglein do you know much about the whole "classic runtime" requirement? I thought by virtue of our pragmas that wasn't needed but it seems not?I couldn't find much documentation at all about this whole runtime thing.