react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
## 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...
### 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...
### 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...
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...
## 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...