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 661 react-native-windows issues
Sort by recently updated
recently updated
newest added

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why It possible that creating views as the native method...

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why The `removeChildren` option in `DropView` can be used to...

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### What We emulate this behavior in our app, it's probably...

## Description ### Type of Change _Erase all that don't apply._ - Perf (non-breaking change which improves performance) ### Why Recalculation of Yoga layout due to root view size change...

## Steps To Reproduce Provide a detailed list of steps that reproduce the issue. 1. Open RNTester from playground-win32.sln 2. Load the Text Input component example 3. For any of...

enhancement
Area: Keyboard
Partner: Facebook
Area: Islands

### Problem Description Native side runtime throws a 'Cannot generate ReadValue delegate for type System.Action`2[System.String,System.String]' exception when JS calls a native module method with a two-argument callback. The same method...

bug
Needs: Triage :mag:

### Problem Description If you have a `console.dir` statement in your code, such as to pretty-print an object for debugging purposes, and you create a Release build with that code...

bug
Needs: Triage :mag:

With this change apps will be able to more easily use the windows codegen for nativemodules/turbomodules. This change adds a codegen-windows command, which will be exposed through the react-native cli....

### Problem Description Native Module method created by custom IReactPackageProvider are causing application fatal crash when callback function is given as a parameter. AddSyncMethod works correctly (in release). Adding initializer...

bug
Needs: Triage :mag:

## Description ### Type of Change - New feature (non-breaking change which adds functionality) ### Why Improved automated testing for RNW. #4037 ### What Add Snapshot Tests for Button, Pressable...