react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
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...
# 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....
# 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...
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]...
Enable RNW to be able to modify/access/customize the Title Bar somehow. Examples:  
### 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...
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...
## 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...
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...