Not able to run react-native windows project with c-sharp language for UWP. But able to run the react-native windows project with default language(cpp). But when we are running the project by changing the language to c-sharp we are facing the error. The screenshot of the error is attached below.
We are able to run the project with cpp language.
To create the project we followed below steps:
npx react-native SampleWindows --template react-native@^0.71.0
cd projectName
npx react-native-windows-init --overwrite
npx react-native run-windows
To Create the project for c-sharp
npx react-native SampleWindows --template react-native@^0.71.0
cd projectName
npx react-native-windows-init --language cs
npx react-native run-windows
We are facing issue when we try to create the project for c-sharp