react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
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.
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.
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.
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.
Implement submitBehavior property for TextInput in Fabric https://reactnative.dev/docs/textinput#submitbehavior
### 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...
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...
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...
### 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...
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...