 Tim YungandFacebook GitHub Bot
|
494c47360f
|
RN: Sort Imports via ESLint
Summary:
Applies the autofix from the newly introduced `lint/sort-imports` ESLint rule.
Changelog:
[Internal]
Reviewed By: cortinico, skinsshark
Differential Revision: D39907798
fbshipit-source-id: 17f5f11b08a5b4bb66286816b78eb26e07e829b8
|
2022-09-30 14:28:48 -07:00 |
|
 Viraj-10andFacebook GitHub Bot
|
720cdbc658
|
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:
```
<Button
onPress={() => onButtonPress('cancelled')}
testID="cancel_button"
color={theme.SystemRedColor}
title="Cancel Application"
aria-lable="Press to cancel your application!"
/>
```
Reviewed By: NickGerleman
Differential Revision: D39055178
Pulled By: cipolleschi
fbshipit-source-id: 7513a4518dedd0834e99fa8e72b07e0dc0132b41
|
2022-09-09 11:16:28 -07:00 |
|
 Luna WeiandFacebook GitHub Bot
|
163171ccab
|
Button
Summary: Changelog: [Internal] - Add a type definition for Button
Reviewed By: NickGerleman
Differential Revision: D38850510
fbshipit-source-id: ffe137d01478d4a641afb85380a27522a058e91f
|
2022-08-24 15:18:45 -07:00 |
|