Alexander Sklar
Alexander Sklar
@chiaramooney thanks for filing! Let's remove the nav view section from the gallery app in the meantime while we figure this out. It could have to do with the fact...
thanks @jeanmaried for filing! I've seen this, not sure what is causing it yet but I'm hoping to find out soon
Could be due to microsoft/react-native-windows#3581
Splitview puts up a light dismiss rectangle to get clicks and get notified when the user clicks outside. In the context of RN, the Yoga layout engine is stomping over...
## Design A: split built logic - Produce separate files for XAML and the custom WinMDs. The custom WinMD codegen would need to be part of the app - This...
Here's what I'm thinking: in Types.tsx: ```ts export class DependencyObjectRef { protected readonly _ref: React.MutableRefObject; public constructor() { this._ref = React.useRef(null); } public get current() : T | null {...
the logic in removeChild / replaceChild isn't fully fleshed out yet so that might be why. Are you able to set a breakpoint in those methods and see if they're...
this is possible now thanks to the prop name mapping
ah got it, thanks @dunhor - I missed that this was a test, as it has sdk in its name :) Could we maybe put the sdk folder under a...
cc @angelazhangmsft @dunhor