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

The `Dimensions` and indirectly the `PixelRatio` API is dangerous to use outside of cases where DPI is consistent throughout a system. react-native-win32 intentionally does not correctly implement its functions. We...

enhancement
Deforking
Area: Dimensions
Workstream: Component Parity

# Proposal: Add FontFamily registration system ## Summary On UWP, custom fonts are referenced with a string like "/Path/to/font.ttf#Font name" where the path is relative to the app's install path....

Needs: PM Design
enhancement
Partner: Xbox
Area: Text
Workstream: Component Parity

# Align AppTheme API with Lean Core Appearance API We have a Windows-only API module called AppTheme. Which enables you to listen to the dark and light theme state changes...

enhancement
Area: Theming
Upstream
Workstream: Component Parity

This issue was discovered by Office folks when they attempted to wrap the XAML TwoPaneView. The issue occurs when you have this sort of arrangement: [WrappedControl] [Component /] [etc] [/WrappedControl]...

Needs: Dev Design
enhancement
Area: Layout
Partner: Microsoft
Workstream: Component Parity

Enable RNW to be able to modify/access/customize the Title Bar somehow. Examples: ![image](https://user-images.githubusercontent.com/1614040/68061553-b1e5e780-fcc2-11e9-85f7-6c71b70e7177.png) ![image](https://user-images.githubusercontent.com/1614040/68061683-59fbb080-fcc3-11e9-9d52-7c07815a6271.png)

help wanted
nice-to-have
Needs: Dev Design
enhancement
Extensions
Workstream: Component Parity

### Environment 1. `react-native -v`: ``` react-native-cli: 2.0.1 react-native: 0.60.6 ``` 2. `npm ls rnpm-plugin-windows`: ``` [email protected] ``` 3. `npm ls react-native-windows`: ``` [email protected] ``` 4. `node -v`: ``` v10.15.0...

bug
Area: Animation
Partner: Xbox
Partner: Facebook
Workstream: Component Parity

Currently, both react-native-win32.dll and react.uwp.dll export Unicode conversion functions. This is due to older versions of react native's relying on non-standard Unicode conversions. The non-standard behavior has been removed, and...

nice-to-have
enhancement
Code Cleanup
Workstream: Component Parity

## Description adjustsFontSizeToFit is a layout-affecting property that changes how the text is sized to fit within its container The WindowsTextLayoutManager::GetTextLayout() method needs to be called with the new adjustsFontSizeToFit...

### Problem Description adjustsFontSizeToFit affects the actual text layout calculation - it may change the font size used to fit the text within the available space Simply redrawing won't recalculate...

bug
Needs: Triage :mag:

Here's the idea: * The react-native-windows package now contains a Microsoft.ReactNative.Xaml.dll to help with Xaml hosting. * RNW exposes a type named XamlApplication in IDL to help coordinate Xaml work...