react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
### Problem Description I'm trying to port [BabylonReactNative](https://github.com/BabylonJS/BabylonReactNative) to TurboModules, but when I made codegen and run the app, it crashes with memory address of `this`(at facebook::jsi::Object) is 0x1 -...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.56 to 18.19.57. Commits See full diff in compare view [](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...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.10 to 4.17.12. Commits See full diff in compare view [](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...
### Problem Description I am running the native app via Visual Studio whilst running the React Native CLI in a terminal in Visual Studio Code. Whenever I save changes to...
## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking...
## Description This PR simplifies and scopes down the API for `ReactNativeAppBuilder` and `ReactNativeWin32App`. ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why `ReactNativeAppBuilder`'s...
## Description ### Type of Change - New feature (non-breaking change which adds functionality) ### Why Support accessibilityState 'checked'. https://github.com/microsoft/react-native-windows/issues/13327 Resolves https://github.com/microsoft/react-native-windows/issues/13065 Resolves https://github.com/microsoft/react-native-windows/issues/13061 Resolves https://github.com/microsoft/react-native-windows/issues/13057 Resolves https://github.com/microsoft/react-native-windows/issues/13053 Resolves https://github.com/microsoft/react-native-windows/issues/13049...
## Description ### Why Update guardrails for UIA provider instantiation following this thread (#13934). Resolves #13934 ### What Providers are no longer conditionally implemented based on role type. Providers will...
Bumps [lage](https://github.com/microsoft/lage) from 2.11.6 to 2.11.7. Commits 8cac8b3 applying package updates bd7270e Optimize subgraph build (#798) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts...
TimingRegistry should kick off a UIDispatcher task on RNH shutdown to clear all UI timers on shutdown.