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
0
votes
1 answer

Is there some special environment for creating desktop app in react native

I was trying to make react native desktop app, I have never used it before its my first time experience and am facing errors I did tried to resolve them but couldnot, i did followed the instructions given on official website, error i am facing right…
0
votes
0 answers

How to configure certificates in a visual studio project?

I'm building a react-native-windows application using a visual studio project and trying to configure SSL certificates. I've been trying to do that using 'Package.appxmanifest' file at the 'Declerations' label. package.appmanifest file when running…
0
votes
1 answer

react-native uwp - align text elements in column with right side of label

With react-native for windows UWP I have the following JSX:
user2719430
  • 544
  • 1
  • 4
  • 15
0
votes
0 answers

React Native Windows App Loading Error (80072f78)

I'm new to react and react-native, and am attempting to run the react-native-windows template project but have encountered an issue. Error App loads in a blank window with error banner Error 80072f78 downloading…
0
votes
1 answer

how to install react-native-video on windows app?

for a certain windows app I am trying to install the react-native-video package on the solution project. I found the following procedure : the image taken from the link : https://www.npmjs.com/package/react-native-video but at the step " Add…
0
votes
0 answers

React native SQLite Windows : compile time error

I am trying to connect the SQLite from react-native windows. it's thrown the error in SQLite "open" method. So, I am open the react-native windows SQLite Solutions. it's mapped old react-native libraries. so, I updated the references and build the…
umasankar
  • 599
  • 1
  • 9
  • 28
0
votes
1 answer

Can't find .Net core when starting a new react-native project

I created new react-native for windows project following this tutorial. I work in VS Code, but for the app to run I had to install Visual Studio Community, otherwise it gave me error on start: error Unable to find vswhere After I installed Visual…
Alyona
  • 1,682
  • 2
  • 21
  • 44
0
votes
2 answers

How to resolve React Native package error issue and run the app in windows system

I'm completely new into react native. Trying to run an existing react native app after cloning it into my system => weather-app in windows but getting the below package error while trying to run the project in my windows system after doing npm…
Subhojit
  • 1,389
  • 8
  • 19
  • 33
0
votes
0 answers

React Native - Invoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a send

I got below error while trying to run my react-native app Image of console (same content pasted below) C:\My Projects\SmartBill\SmartBillApp>npx react-native run-windows --logging i Verbose: ON - Locating NuGet executableINFO: Could not find files…
CJP
  • 1
  • 2
0
votes
0 answers

Generating a release bundle package for UWP app with react-native-windows

I am trying to generate a release bundle package for UWP application developed using react-native-windows to upload on microsoft store. I am using Visual Studio 2017. Environment: react-native -v: v0.59.10 npm ls rnpm-plugin-windows: ^0.4.0 npm ls…
0
votes
1 answer

Unable to build react native windows release build

I tried builing a release appx for sideloading with react native windows but getting following error Error MSB3073 The command " cd C:\Users\source\repos\appxtest\windows.. react-native bundle --platform windows --entry-file index.js…
ahmed
  • 540
  • 2
  • 18
0
votes
0 answers

React native emulator failed to start in windows10

Does anyone knows how to fix this issue? This is the exact command and result in windows 10. react-native run-android > info Running jetifier to migrate libraries to AndroidX. You can > disable it using "--no-jetifier" flag. Jetifier found 864…
Vic Andam
  • 823
  • 2
  • 7
  • 17
0
votes
2 answers

Certificated Not Trusted Apps UWP Windows When Install at Another PC/Laptop

I have a problem regarding UWP Apps ... I have made a bundle with apps.appx extension through Visual Studio 2017. I want to install the Apps on a different Laptop / PC, but when I want to install, the certificate is not trusted while on my PC /…
0
votes
0 answers

Error react-native run-windows " Unable to get property 'Direction' of undefined or null reference"

I get an error when I want to run the react-native run-windows app ... When the app opens, an error appears, Unable to get the 'Direction' property of undefined or null reference The error appears after I installed react-native-gesture-handler…
0
votes
0 answers

React-native-windows, ellipsizeMode and numberOfLines

For a Text component, are props ellipsizeMode and numberOfLines supported in react-native-windows?