microsoft / react-native-gallery

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

Review Windows-specific components and prop usage and move into "XXXX.windows.tsx" files #438

Open chrisglein opened 5 months ago

chrisglein commented 5 months ago

Things to look for:

The end goal here would be that it'd be easier to tackle something like macOS also be able to use RN Gallery. Could use react-native-web as a relatively low cost "desktop-like" platform to test without taking on all of macOS.

Saadnajmi commented 5 months ago

FWIW, I think an Android tablet emulator or an iPad simulator running standard React Native would be easier to test on so you don't have to bring all of React Native web. At least until macOS shows up