microsoft / react-native-gallery

This repo contains the react-native Gallery app created by Microsoft
MIT License
149 stars 44 forks source link

Add FURN (fluent-ui-react-native) to Gallery #425

Open chrisglein opened 5 months ago

chrisglein commented 5 months ago

(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:

  1. cross-platform module (not Fluent)
  2. 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:

Maybe we can partner up and fixing these and getting FURN in this Gallery app?

Originally posted by @chrisglein in https://github.com/microsoft/react-native-gallery/issues/404#issuecomment-2076053883

Saadnajmi commented 5 months ago

@rurikoaraki fyi :)

Saadnajmi commented 5 months ago

@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.