Chris Glein

Results 28 issues of Chris Glein

Related to this: https://github.com/microsoft/react-native-windows/issues/8116 I'm no expert on non-UWP packaged apps, but there's definitely intersection here as to _where_ the bundle goes. One option is to embed it as a...

enhancement
Area: Bundle
Area: Fabric
Area: Build Infrastructure

This issue is a hub for the various workstreams underway to bring the current "Paper" implementation of React Native on Windows to become a [Fabric](https://reactnative.dev/architecture/fabric-renderer) implementation. ## About Fabric [Fabric](https://reactnative.dev/architecture/fabric-renderer)...

enhancement
Area: Fabric

### Summary We have automated (via script) and manual steps to install dependencies [here](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies). That script is challenging to maintain, and is located [here](https://github.com/acoates-ms/react-native-windows/blob/05958ff5fe2f366a2b2d1cce07cb80e4cd6f65f1/vnext/Scripts/rnw-dependencies.ps1). WinGet configure has some capability to...

enhancement
Developer First Experience
Area: Dependencies

@ddalp built out some visual tree comparison test infrastructure recently: #3754 We're going to use that more as we do new feature work, but we have a lot of test...

enhancement
Area: Tests
Deliverable
Story: ⚙ Quality
Engineering Improvement Candidate

### Page url https://microsoft.github.io/react-native-windows/docs/native-modules#5-using-your-native-module-in-js ### Problem Description If you try to copy and paste those code snippets you'll end up with part using `Pi` and part using `PI`. ![image](https://user-images.githubusercontent.com/26607885/224864801-a7295361-f720-40cb-a2fe-a30545773f18.png) ![image](https://user-images.githubusercontent.com/26607885/224864828-15acca06-3d1d-41b5-ae19-534d6b7d062f.png)...

bug
documentation

### Sample NativeModuleSample ### Problem Description NativeModuleSample cppwinrt fails to build: > Cannot open include file: 'winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.1.h' ``` Time Elapsed 00:00:00.55 √ Restoring NuGet packages i Autolink step is skipped...

bug
samples

### Suggestion As part of RNW supporting Fabric, there will need to be good samples of Fabric apps that app authors can refer to. Maybe all the samples can be...

enhancement
samples

### Suggestion See this issue and the associated conversations: https://github.com/microsoft/react-native-windows/issues/10431#issuecomment-1373301726 People have had difficulty navigating the asset system and some pointers to the right docs for UWP and for RNW...

documentation
enhancement