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

Usage on macOS after going to finder can show validation errors.

enhancement
Area: Release Process
Workstream: Releases and Integrations

The `JSConverter` is added for value conversion in `JSValue.cpp`. The `JSValueReader` and `JSValueWriter` also need to do similar conversions, but currently they use different algorithms. It would beneficial that all...

enhancement
Area: Native Modules
Code Cleanup
Workstream: Module Support

Currently RNW could use different JavaScript engines: Hermes, V8, Chakra. As we go towards the DLL-based deployment we must make decision about the relationship between the Microsoft.ReactNative.dll and JavaScript engines....

enhancement
Area: Core DLL
Area: JavaScript Engine
Workstream: Developer Experience

We write a cross platform app(Android, iOS, and Windows) that leverage the same entry point index.js at the moment. But the suggested path for windows bundling in DebugBundle and ReleaseBundle...

bug
nice-to-have
Area: Bundle
Workstream: Developer Experience

It seems like `AssertSz` is just being silently ignored. In 0.64, I hit this issue when the JS bundle is invalid. An exception gets thrown in `SystemChakraRuntime::evaluateJavaScriptSimple` https://github.com/microsoft/react-native-windows/blob/392aa9ff15e58cc68b2c30db57fd57708c51756d/vnext/Shared/JSI/ChakraJsiRuntime_edgemode.cpp#L71-L72 It gets...

enhancement
Code Cleanup
Only Affects Internal Development
Workstream: Component Parity

We have code today in shared headers that looks like this: ```c++ namespace winrt { using namespace Windows::UI::Core; using namespace Windows::Foundation; using namespace Windows::Foundation::Collections; } // namespace winrt ``` This...

enhancement
Code Cleanup
Workstream: Component Parity

We have a number of stubs for iOS and Android specific components which just extend UnimplementView. We shouldn't need to have these, but upstream they are defined as platform specific....

enhancement
Deforking
Workstream: Component Parity

Currently we have to create an extra wrapper Control for focus related APIs to work on RN components. In OSS XAML, UIElement supports being focused directly. This task is tracking...

enhancement
Needs WinUI 3
Area: Focus
Workstream: Component Parity

tags aren't supported by Fabric. The main function that deals with tags is findNodeHandle(). Facebook is replacing all tags with instances. We need to do the same in our overrides....

enhancement
Code Cleanup
Area: Fabric
New Architecture
Workstream: Component Parity

This issue needs to be sovled in order to support react-native-video community module fully. Issue is when MPE is in full screen mode, it is moved from its original place...

enhancement
Extensions
Area: Keyboard
Workstream: Component Parity