Fabrizio Bertoglio
Fabrizio Bertoglio
TouchableOpacity announces visible text and triggers expanded/collapsed with onPress and accessiblity menu (Fabric) https://user-images.githubusercontent.com/24992535/188542974-83e23b4c-6c99-4594-b30c-622bc8a36170.mp4
testing accessibilityErrorMessage and accessibilityInvalid in react-native  
> is this a 0.70 prop or 0.71? @kelset the PR https://github.com/facebook/react-native/pull/33468 is not yet merged to main. Thanks
- [x] add disclaimer that role is only supported on android if no iOS [trait](https://developer.apple.com/documentation/uikit/uiaccessibilitytraits?language=objc) availalbe https://github.com/facebook/react-native-website/pull/3226/files#diff-69a54da073e7180ca0a427a159f89255379f695ac1456a924f24cf067d4efa20R164
>Unfortunately, I was not able to reproduce this bug on 0.67.1 clean install, even using the same device that had that bug on my project. But still, that 60 magic...
Your issue is in this lines of code. You say that `keyboardDidShow` is triggered when it should not, caused by a certain combination of keyboardHeight and notchHeight. If I correctly...
https://developer.android.com/training/keyboard-input/navigation#Tab >All interactive widgets provided by the Android framework (such as Button and EditText) are focusable. This means users can navigate with control devices such as a D-pad or keyboard...
@blavalla I included an API Proposal in the Draft PR https://github.com/facebook/react-native/pull/34969 Thanks Video of the Functionality on Android https://www.icloud.com/iclouddrive/0fdBl7MCKgQ3d0vMeRR-DDVuA#modal_title_android
https://stackoverflow.com/a/28481095/7295772 https://github.com/xamarin/xamarin-android/issues/4322 https://github.com/facebook/react-native/pull/34969/commits/3126e49a9209c46971919bf49d68ed0a2e9c8d56
TODOs - [ ] Discuss if using the prop name title, accessibilityTitle or aria-title ([link](https://github.com/facebook/react-native/commit/98d84e571df64b00e1ed3484923a1d8169dcfda1)) https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes https://github.com/facebook/react-native/issues/34424