Open Issues Need Help
View All on GitHubA framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
A framework for building native Windows apps with React.
AI Summary: Implement UIA event triggers in React Native for Windows to handle changes in the `accessibilityAnnotation` property. This involves adding code to raise UIA events when the `UIA_AnnotationAnnotationTypeIdPropertyId`, `UIA_AnnotationAnnotationTypeNamePropertyId`, `UIA_AnnotationAuthorPropertyId`, and `UIA_AnnotationDateTimePropertyId` properties of the `accessibilityAnnotation` object are updated. The implementation should mirror existing code for handling `accessibilityValue` changes.
A framework for building native Windows apps with React.
AI Summary: Update the `button.d.ts` file within the React Native Windows vNext source code to include the `onAccessibilityTap` property declaration. This property is specific to Windows and doesn't require changes to the upstream React Native codebase. The goal is to resolve TypeScript errors indicating that the `onAccessibilityTap` property is not recognized on the Button component.
A framework for building native Windows apps with React.