microsoft / react-native-windows-samples

A repository showcasing React Native samples and templates for Windows, macOS, and Surface Duo.
https://microsoft.github.io/react-native-windows/
MIT License
485 stars 199 forks source link

Adds Experimental Fabric Calculator app #963

Closed TatianaKapos closed 2 months ago

TatianaKapos commented 2 months ago

Description

Resolves #953 Since this adds CI, each project gets built. By doing this, I found out AppServiceDemo is no longer running. Turned of this test for PR for now and added an issue to the repo: https://github.com/microsoft/react-native-windows-samples/issues/968

Why

Baseline to get upgrade coverage.

Microsoft Reviewers: Open in CodeFlow
marlenecota commented 2 months ago

Can you delete the ios and android folders? We don't build them or use them for anything.

marlenecota commented 2 months ago

CalculatorFabric instead of CalculatorExperimental?

TatianaKapos commented 2 months ago

@marlenecota the ios/andriod folder are present for all samples! I think it's because it show's what changes each time we upgrade the sample from one version to another.

but updated the name and changed which folder it lives in to make it more simple!