From 720cdbc658aa0b513d106526eb81d749fa957c99 Mon Sep 17 00:00:00 2001 From: Viraj-10 Date: Fri, 9 Sep 2022 11:16:28 -0700 Subject: [PATCH] feat: adding aria-label alias for accessibilityLabel (#34502) Summary: - Adding [aria-label](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) alias for [accessibilityLabel](https://reactnative.dev/docs/accessibility#accessibilitylabel) https://github.com/facebook/react-native/issues/34424 ## Changelog [General] [Added] - Add `aria-label` prop to `Button`, `View`, `Pressable` component Pull Request resolved: https://github.com/facebook/react-native/pull/34502 Test Plan: ```