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

Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.66.19 to 0.66.21. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-native&package-manager=npm_and_yarn&previous-version=0.66.19&new-version=0.66.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

### Problem Description RNW does not actually depend on the published hermes NPM package (as of #10210), because technically neither does RN. However, RN does release with hermes binaries within...

bug
Partner: Microsoft
Only Affects Internal Development
Area: Compliance

### Problem Description Hi, I am trying to build a library that has support for `react-native-windows`. The problem is that when I build the library trigger an error build, see...

bug
Area: Native Modules
PackageReference

### Problem Description I created a project by following instructions on get-started for react-native for windows, and choosed C#. I created the project today, so I use the last version....

bug
Area: Build Infrastructure
PackageReference

## Description Today when creating a project from the CLI, we have a bit of a combinatorial matrix of possible options: - C# vs. C++ - nuget vs. source -...

### Summary Add a prop to set the access key UIA property on a component. ### Motivation RN Win32 is working on a feature which requires exposing a prop to...

enhancement
Area: Accessibility

### Problem Description In TextViewManager, we special case a component with a single raw text (Run) child by setting the `TextBlock::Text` property directly, rather than adding an inline to allow...

bug
Area: Text

View looks like it sometimes has an additional element to handle some border properties, and sometimes is a control (I suspect if it needs to be focusable). Basically we should...

good first issue
enhancement
Code Cleanup

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why The `borderRadius` prop on other platforms (including Web)...

Area: Borders and Brushes

We have two implementations of the TimingModule in the repo. One that we use in Office and one used in XAML apps. With this change we will move to the...