Questions tagged [react-native-windows]

This tag should be used for any queries related to react-native-windows. All generic react-native queries should be posted to react-native package

React Native Windows package https://microsoft.github.io/react-native-windows/docs/getting-started

80 questions
1
vote
2 answers

Github Action .NET Windows SDK error on build

I try to build a native .NET application with Github actions. After 2 days of trying and searching i will ask here. The project is a solution with .NET 4.6.1 and React Native (both not updateable for legacy code reasons). When i run the ci it always…
1
vote
1 answer

React-native-windows installation

I tried to install react-native-windows. I have some troubleshoot with the command: npx react-native-windows-init --overwrite NoLatestReactNativeWindows: Error: No version of react-native-windows@latest found at getLatestRNWVersion…
Amin
  • 11
  • 2
1
vote
0 answers

Adding react-native-windows support for an existing React Native project

We have an ongoing React Native mobile development project targeting Android and iOS. Now a requirement has come to use the app under Windows environment. There is not much information on the web we could found on this. If we can get some insight on…
Ishan Hettiarachchi
  • 1,426
  • 2
  • 19
  • 31
1
vote
0 answers

Can't compile react-native-svg on react-native-windows

I'm working on a react-native-windows UWP application and trying to install react-native-svg but I'm stuck compiling for windows. This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download…
1
vote
0 answers

how to solve React native windows error Unable to find version '2.3.191129002' of package 'Microsoft.UI.Xaml'

error running npx react-native run-windows installed visual studio 2019 with required libraries Errors in packages.config projects Unable to find version '2.3.191129002' of package 'Microsoft.UI.Xaml'. C:\Users\BIENV\.nuget\packages\:…
BBoriko
  • 31
  • 5
1
vote
1 answer

Could not find GeneratedMSBuildEditorConfig.editorconfig during React Native for Windows setup

I am trying to set up my first React Native for Windows project. I followed the steps in this document to install React Native for Windows. I navigated to the location I wanted my new project to be and then used the command npx react-native init…
1
vote
0 answers

Screen transition in navigation is not possible in React Native Windows

I'm doing screen transitions in react native windows. The simple button transition Home-> Movie-> Home doesn't work. There is no problem transitioning from Home to Movie, but when transitioning from Movie to Home, The screen goes blank. I haven't…
1
vote
1 answer

fix Android Studio React-Native WSL won't launch emulator with more errors

I'm new to android studio. I downloaded Bumblebee and then followed the react-native quick start installation guide react-native installation I will open Android studio and within the terminal run npx react-native init MyApp, cd MyApp, npx…
1
vote
0 answers

RNCSafeAreaProvider was not found in the UIManager

I know that this question has been asked before but all of them are all about android or IOS I am having this problem in react-native-windows "RNCSafeAreaProvider" was not found in the UIManager Is there any thing I could do about this? I think that…
Alen.Toma
  • 4,684
  • 2
  • 14
  • 31
1
vote
1 answer

React Native Windows - Native UI Component wont Display

I'm trying to create a React Native Windows application that uses native Windows components that aren't currently wrapped by the React Native Windows library. Specifically the Media Player Element. I am new to Windows UWP programming and to React…
1
vote
1 answer

Can ReactNative runs Windows app simulator on Mac?

I create RN project with npx react-native init "ProjectName" ,and this can be running on iOS and Android simulator. But I want to see it running Windows App on my Mac. I found this page https://microsoft.github.io/react-native-windows/ , but it…
sangu
  • 13
  • 2
1
vote
0 answers

Build error when running `npx react-native run-windows`

After run npx npx react-native run-windows in my react native windows project directory, I got error × Building Solution: D:\Code\Visual Studio\IDE\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5):... × Build failed with message…
Tsha097
  • 11
  • 1
1
vote
1 answer

react-native for windows UWP - how to load local raster image resource

I am using react-native for windows UWP. I don't understand how to load local raster image assets I want to package with the application. I am currently placing my image files in windows/foobar/Assets/ (where foobar is the name of the…
user2719430
  • 544
  • 1
  • 4
  • 15
1
vote
1 answer

Network calls failing instantly in React Native Windows project

first off apologies if I've forgotten to include anything, new here! I am having a pretty odd issue using react-native-windows version 0.63.0-0 with react-native version 0.63.2. The problem is that network calls made from my windows laptop appear as…
1
vote
1 answer

Why it truncates differently both of the panels have the same styles though?

A first panel word - Microphone (Realtek High Definition Audio) The second one is - BK550Y (Intel(R) Display Audio) Could this be a problem with react-native-windows implementation?
Alex Park
  • 651
  • 8
  • 15