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

How to build an .exe out of a React Native for Windows project

Im creating a desktop app with React Native for Windows and now Im wondering how can I export or build my project to a .exe-file.
Mathias
  • 51
  • 1
  • 2
4
votes
1 answer

React Native doesn't install specific version 0.67 , but install 0.68(latest) version

When I try to start a project with a typescript template and specific version,for example: 0.67.4 doesn´t install this version, but install the latest version 0.68. System: OS: Windows 10 10.0.19044 CPU: (4) x64 Intel(R) Core(TM) i5-7200U CPU @…
GabVlado
  • 75
  • 1
  • 6
3
votes
0 answers

React Native for Windows Couldn't determine Windows app config

I am trying to get an existing react-native app to work with native windows but I keep getting error: An error occurred while launching the application. Error while executing command 'c:\GIT\UWP…
Alienator
  • 185
  • 2
  • 9
3
votes
1 answer

How to work on react native for windows using VS Code?

I'm always working in VS Code and decided to try out React Native for Windows. I followed instructions here. But after I ran command npx react-native run-windows I got following error: error Unable to find vswhere I searched online and so far found…
Alyona
  • 1,682
  • 2
  • 21
  • 44
3
votes
0 answers

Can I use OpenGL context in React Native for Windows?

I wonder if I can write my own native module, render something with using OpenGL in C++ and finally display rendered picture on react native side ( by simply using component). If so, can I use that to render an animation in for example 60fps? My…
3
votes
2 answers

What is the difference between React-Native-Windows and Electron?

I'm using React Native to build Mobile Application but I get a request to build on both windows and suggested use react-native-windows. I'm very confused because react-native-windows too low questions on StackOverflow and I know Electron is very…
Anhdevit
  • 1,926
  • 2
  • 16
  • 29
3
votes
1 answer

Compiling React Native for Windows (on Windows)

Has anyone successfully compiled and run a Windows (UWP) app on a Windows (10) machine using React Native? I've built an app, it's working in the Android emulator. I ran through the instructions from Microsoft here and here. I am using VS Code for…
GenericJam
  • 2,915
  • 5
  • 31
  • 33
2
votes
0 answers

React native for windows desktop app run very slow

I'm trying to create a desktop windows app using react-native (0.64.2) & react-native-windows (0.64.20). But when I'm trying to run the app the running finishes after several minutes (> 50min). Visual Studio: Windows SDK version 10.0.19041.0 These…
nik
  • 101
  • 1
  • 5
2
votes
0 answers

React native for windows doesn't handle exception on native modules

i'm trying to handle an exception from native module in react native for windows, i,ve written the native module following the react native for windows docs but when i trigger an error in the native module, i expect the function…
2
votes
1 answer

react-native run-windows gives error : Certificate could not be opened: TemporaryKey.pfx error

I am working on the react-native-windows project. I followed the instructions given here https://microsoft.github.io/react-native-windows/docs/getting-started. In the run command, react-native run-windows, I get an error error : Certificate could…
2
votes
1 answer

open link in specific browser(like IE) instead of default browser from react-native app?

I'm creating app which need to be opens in Microsoft edge browser but when i click on link. it is directly opening link with default browser. Is there a way to force the program to open the link in Microsoft edge browser instead of the default…
2
votes
0 answers

React Native UWP (vnext) - Importing react-navigation-stack causes error: "Cannot read property 'Direction' of undefined"

I'm currently working on a simple "hello-world" type project and it works fine on both Android and UWP up until i use import { createStackNavigator } from 'react-navigation-stack'; in App.js. The app still works in Android but in UWP the app screen…
2
votes
1 answer

EStyleSheet Media queries and window resize

I'm using React Native Extended StyleSheet to build a React Native app for WINDOWS. When I use Media queries I get the query of the moment the app is launch, however I need It to be dynamic. When I resize my app window I don't see my styles changing…
2
votes
0 answers

Need help for sending email with attachment for windows platform(UWP react-native-windows)

I am using react-native for developing my UWP windows application(windows-10), and get stuck with opening email application with attachment. React-native’s Linking is send mail with text body and without any attachment. So, is there any…
2
votes
1 answer

Using a remote MacBook for building React Native apps with XCode

I have a Windows-machine and would like to use React Native for developing cross-platform UWP (so no Expo) and iOS apps. I also have a MacBook that I would like to use as a build host, like you can do with Xamarin. Can remote build and iOS…
asgerhallas
  • 16,890
  • 6
  • 50
  • 68
1
2 3 4 5 6