react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

A framework for building native Windows apps with React.

Results 364 react-native-windows issues
Sort by recently updated
recently updated
newest added

This adds the files necessary for a fabric implementation using composition. These changes are limited to the fabric code path which is disabled by default. I don't expect a complete...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) - Breaking change (fix or feature that would cause existing...

Breaking Change

### Problem Description When you call a method, async or not, from a C++ native module which contains multiple invokes to the provided callback, the app crashes. A small example...

bug
Needs: Triage :mag:

### Module react-native-paper ### Module repo url https://github.com/callstack/react-native-paper ### Target Version 4.12.4 ### Existing issue url _No response_ ### Existing windows implementation? - [ ] Legacy/C# implementation ### Which app/customer...

Needs: Triage :mag:
enhancement
Extensions

### Problem Description This pretty much explains it: https://github.com/microsoft/react-native-windows/blob/main/vnext/Shared/OInstance.cpp#L610 The problem this causes is that `Image.resolveAssetSource` returns relative paths prefixed with `file://`, and native modules and view managers must manually...

bug
Needs: Triage :mag:
Partner: Facebook

### Summary We need to override Libraries/Image/resolveAssetSource.js for unpackaged apps. There are assumptions in the upstream version of resolveAssetSource.js that the root bundle path is of the form `://`, and...

Needs: Triage :mag:
enhancement
Partner: Facebook

### Summary iOS and Android support ImageSource prop types, which automatically convert number values returned by something like: ``` require('path/to/image.png') ``` Into a valid source prop. On iOS, this prop...

Needs: Triage :mag:
enhancement
Partner: Facebook

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.14.0 to 3.14.1. Release notes Sourced from simple-git's releases. [email protected] Patch Changes 5a2e7e4: Add version parsing support for non-numeric patches (including "built from source" style 1.11.GIT) Changelog...

dependencies

### Problem Description Hi, We were getting issue with header button in the navigation not clickable with react-native-windows version 0.68.9. saw that there an open issue which said the issue...

bug
Needs: Triage :mag:

## Description [Per WinAppSDK the CoreWindow class is unsupported](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-supported-api#core-unsupported-classes). It's used in KeyboardEventHandler for calling GetKeyState, which the docs provide an alternative: > Instead of the [GetKeyState](https://docs.microsoft.com/en-us/uwp/api/windows.ui.core.corewindow.getkeystate) method, use the...

Area: WinUI
Platform: WinAppSDK