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 364 react-native-windows issues
Sort by recently updated
recently updated
newest added

## Description Enriches `nativeEvent` objects received on JS side in Image `onError` callback with error message. ### Type of Change - New feature (non-breaking change which adds functionality) ### Why...

## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why Previously the cached images still render asynchronously and therefore appear on the screen...

### Problem Description Changing View's `importantForAccessibility` prop causes all children recursively to be re-mounted (unmounted and then mounted again). This in turn may cause serious performance issues. It seems like...

bug
Area: Performance

### Problem Description When animating opacity (e.g., a fade-in animation) on a View that has descendants that use `enableFocusRing`, the system focus visuals do not render correctly after the animation...

bug
Area: Accessibility
Area: Animation
Area: Focus
Partner: Facebook
Recent Regression

### Summary Enrich the `nativeEvent` sent to JS `onError` callback with an error message. ### Motivation `ReactImage.cpp` neither logs errors (except via `OutputDebugString` in debug builds) nor propagates them to...

enhancement
Area: Image
Area: Developer Experience

Cannot read property 'RNFSFileTypeRegular' of undefined react-native-fs has a RNFSManager which has some constants and other fairly low level stuff. There is a /windows module but it is using cs...

enhancement
Extensions
Partner: Xbox
Partner: AppConsult
Deliverable
Partner: Facebook

Adds property to ReactPointerEventArgs to allow view managers to capture the pointer while still allowing RN to emit events to JS. XAML only allows capturing the pointer on PointerPressed, so...

Needs: Dev Design
Area: Pointer

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why As described in #10132, controlled text updates from...

Area: TextInput

### Problem Description Similar to WebSocket tests some time ago, tests from class `HttpOriginPolicyIntegrationTest` hang their corresponding test job on CI pipelines. They have been temporarily disabled for CI/CD. They...

bug
Area: Networking
Area: Test Infrastructure

When we added PackageReference, we added two unconditional passes to restore every project upon every build first (we restore as PackageReference and then as packages.config). This has 2 effects: -...

bug
Area: Developer Experience
Area: Build Infrastructure
Recent Regression
PackageReference