microsoft / react-native-test-app

react-native-test-app provides an app for all supported platforms as a package
MIT License
595 stars 91 forks source link

fix(windows): fix missing images when building with New Arch #2177

Closed tido64 closed 2 months ago

tido64 commented 2 months ago

Description

Somehow, we managed to use Image instead of Content in the .wapproj, causing them to (occasionally?) not be included in the build.

Resolves #2176.

Platforms affected

Test plan

npm run set-react-version 0.74
cd example
yarn install-windows-test-app --use-fabric
yarn windows

Build should succeed.