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

Implement the snapToEnd property for the fabric implementation of ScrollView. This property was available in RNW Paper via ScrollViewManager. See https://reactnative.dev/docs/scrollview#snaptoend for details.

enhancement
API: Completion
Area: ScrollView
Area: Fabric
Area: Component Views
New Architecture
Parity: Fabric vs. Paper
Workstream: Component Parity

Implement the selectable property for the fabric implementation of Text. This property was available in RNW Paper via TextViewManager. See https://reactnative.dev/docs/text#selectable for details.

enhancement
API: Completion
Area: Text
Area: Fabric
Area: Component Views
New Architecture
Parity: Fabric vs. Paper
Workstream: Component Parity

Implement the selection property for the fabric implementation of TextInput. This property was available in RNW Paper via TextInputViewManager. See https://reactnative.dev/docs/textinput#selection for details.

enhancement
API: Completion
Area: TextInput
Area: Fabric
Area: Component Views
New Architecture
Parity: Fabric vs. Paper
Workstream: Component Parity

Implement the autoFocus property for the fabric implementation of TextInput. This property was available in RNW Paper via TextInputViewManager. See https://reactnative.dev/docs/textinput#autofocus for details.

enhancement
API: Completion
Area: TextInput
Area: Fabric
Area: Component Views
New Architecture
Parity: Fabric vs. Paper
Workstream: Component Parity

Implement submitBehavior property for TextInput in Fabric https://reactnative.dev/docs/textinput#submitbehavior

Needs: Author Feedback
enhancement
Area: TextInput
Area: Fabric
New Architecture
Workstream: Component Parity

### Summary 0.80 Release Status https://github.com/facebook/react-native/tree/0.80-stable ## Checklist **Month before Preview** - [ ] Check that the[ CI pipeline](https://dev.azure.com/ms/react-native-windows/_build?definitionId=468&branchFilter=46671%2C46671) is passing on main. If it's not, file github issues to...

enhancement
Area: Release Process

This PR adds comprehensive functional tests for the TouchableOpacity component to the E2E test app (Fabric) to validate various functionality scenarios as requested in the issue. ## Changes Made Added...

Area: Tests
Area: Fabric
New Architecture

This PR adds functional tests for the Pressable component to the E2E test app (Fabric) to validate key functionality scenarios as requested in the issue. ## Changes Made ### New...

Area: Tests
Area: Fabric
Area: Pressable
New Architecture

### Problem Description Running playground-composition locally produces the following error, I think it's from Nuget package restore failing in VS but the app will still run fine. While the app...

bug
Area: Build Infrastructure
Scenario: Visual Studio
Workstream: Developer Experience

This PR implements functional tests for the Button component in the E2E test app (Fabric) to validate dynamic behavior during fast refresh scenarios. ## Changes Made ### New Dynamic Button...

Area: Tests
Area: Fabric
New Architecture