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

How do you stop a keyboard event from propagating to a parent component in React Native

I'm using the NativeEventEmitter in both the parent and child to handle the same specific keyboard event (when F6 is pressed) in the parent and the child components. They both have their own, different callbacks to handle when this when this key is…
1
vote
0 answers

remove Fetching JavaScript bundle in react-native run-windows

I have a problem when building Release in Visual Studio through the react-native run-windows project .. I have done a Release bundle and there is also project.appx. But when I run the application, Fetching JavaScript bundle appears, even though it's…
1
vote
0 answers

How to stop React-Native-Windows from asking for HTTP Basic Auth credentials

I'm using React Native with the plugin for the Universal Windows Platform to access remote resources on a REST server. When doing a fetch request for a resource that requires authorization via HTTP Basic Auth, I can provide the request with an…
1
vote
3 answers

react-native-windows ScrollView: View is not scrolling

Tried using flex:1 style for scrollview but its not working Dependencies react-native -v: 0.54.2 npm ls rnpm-plugin-windows: ^0.2.8 npm ls react-native-windows: ^0.54.0-rc.1 node -v: v6.11.3 npm -v: 3.10.10 Development environment Target…
EL173
  • 797
  • 9
  • 22
1
vote
0 answers

React Native Windows Support to write Native Bridge

We recently completed app development for IOS and Android version using React Native. Now, our client is asking for Windows version also. Can anyone can answer following question, would really appreciate that: Do we require Windows machine to…
Piyush
  • 11
  • 3
1
vote
0 answers

Handle textinput cursor placement react-native windows

Story: I am trying to create a credit card input text field. The goal is to include spaces after every 4th, 8th and 12th character. Expected result: The cursor should remain at the end of the textInput after the adding of spaces has occured Actual…
MRainzo
  • 3,800
  • 2
  • 16
  • 25
1
vote
2 answers

Unable to download JS bundle on UWP React Native

Environment react-native -v: 0.47.0 npm ls rnpm-plugin-windows: 0.47.0-RC5 npm ls react-native-windows: yes node -v:8.2.1 npm -v:5.3.0 yarn --version:n/a Then, specify: Target Platform: UWP (developer mode enabled) Target Platform…
0
votes
0 answers

Getting access denied when using WinRT API's in react-native for windows project

Im doing A React-Native for windows app and I'm using WinRT Api's for accessing the Windows.System namespace for using the ProcessLauncher class to execcute a file and a command when clicking a button on my app. The problem is that when doing it I'm…
0
votes
0 answers

How to convert a JavaScript string[] to Windows.Foundation.Collection.IIterable?

I'm working on a React Native Windows project, and am using the projected findAllDevicesAsync() method in Windows.Devices.Enumeration namespace. An overload of the function accepts an IIterable as an additional property, which I want to provide. I…
0
votes
0 answers

React Native Windows error C1083: The include file cannot be opened: 'winrt/Microsoft.UI.Xaml.Controls.h'

I am experiencing this error when trying to run a Windows desktop app created with React Native and React Native Windows. I have tried different ways to start the project and different versions of both React Native and Visual Studio and Windows SDK,…
Arekjaar
  • 51
  • 5
0
votes
0 answers

How to capture photo through webcam with react-native-windows?

I am building a desktop app using react-native-windows and want to capture a photo using webcam. Currently i am working with react-native-camera to achieve this. But camera is not being accessed, when I gone through their [documentation]…
0
votes
0 answers

React Native Windows UWP missing window icon in upper-left corner

I've got a react native for windows app and I've used Visual Studio's Asset Generator to generate my application's icons. That worked great, and it has set the start menu icon, taskbar icon, search icon, etc. But my application does not have an icon…
0
votes
0 answers

React native windows image resizer

I've been trying to resize my images in a React Native Windows application I am developing. My goal is to render smaller images and save some processing and memory in the process. However, I've hit an impasse. I can't find any Image Resizing…
LuisE
  • 553
  • 3
  • 18
0
votes
1 answer

React Native Windows: play a video from C:/

I'm trying to play a video from my local storage (C:/) in my ReactNative Windows app. I've tried the following to no avail: React Native File Viewer I thought this would be the easy alternative, however my RNW version is 0.69, and support for this…
LuisE
  • 553
  • 3
  • 18
0
votes
0 answers

Not able to run react-native windows project with c-sharp language for UWP

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.…