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

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why Since we now have props in the CreateView...

Area: TextInput

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) ### Why...

Bumps [beachball](https://github.com/microsoft/beachball) from 2.23.0 to 2.29.0. Changelog Sourced from beachball's changelog. 2.29.0 Wed, 10 Aug 2022 08:03:11 GMT Minor changes Update typescript to 4.3 ([email protected]) Patches Always use console.log not...

dependencies

Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 9.0.0-alpha.2 to 9.0.0-alpha.11. Commits 9555545 v9.0.0-alpha.11 99d010c v9.0.0-alpha.10 01fc98d v9.0.0-alpha.9 3676c99 v9.0.0-alpha.8 226e78a v9.0.0-alpha.7 35d02f5 v9.0.0-alpha.6 be8790f chore: remove minimist and unused lodash deps (#1659) be3cb6a chore:...

dependencies

Bumps [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) from 9.0.0-alpha.2 to 9.0.0-alpha.11. Release notes Sourced from @​react-native-community/cli-platform-android's releases. v9.0.0-alpha.5 What's Changed refactor: url validation (http/https) before opening by @​victorlpgazolli in react-native-community/cli#1615 build(deps)!: JDK11 and SDK 31+...

dependencies

## Description ### Type of Change - Integration ### Why Integrate 7/14 Nightly Build https://github.com/facebook/react-native/compare/68f3a42fc...8af7870c6 ### What - Add offsetX and offsetY to mouse event https://github.com/facebook/react-native/commit/d9b8e07b0065db8371e849dcc5137aeb36a97e5a - Metro dependencies to...

### Summary We currently target WinUI 2.7. When WinUI 2.8 releases we'll want to upgrade. ### Motivation WinUI 2.8 brings improvements, especially in that adds in support for WebView2. ###...

Needs: Attention :wave:
enhancement
Area: WinUI

1. add a module to an app, autolink it. sln and project files get pointed at the copy under node_modules 2. clone the module repo, yarn link it, link it...

enhancement
Area: Native Modules
Area: Autolinking

### Problem Description The Secure Supply Chain Analysis task runs on our publish and compliance pipelines, and has detected multiple issues with how we consume NPM packages. Detection logic: https://docs.opensource.microsoft.com/tools/nuget_security_analysis/azure_artifacts_checks/...

bug
Area: Compliance

## Description Adding the `alwaysShowToolTip` prop for RNWin32's View. ### Type of Change - New feature (non-breaking change which adds functionality) ### Why To keep native behavior where certain components...