Fabrizio Bertoglio
Fabrizio Bertoglio
> Related… when this gets landed, it would be great to also submit a PR to [`@types/react-native`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native/index.d.ts#L1299) to add the new prop(s). @yungsters I published PR https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61748. Thanks a lot.
App crashing after trying to parse accessibilityErrorMessage prop raw value (rebase 14th Oct.) The issue was solved after rebasing again on 17th Oct, including this for documentation purposes. The app...
- [x] verify missing roles (Check if roles are present in files https://github.com/facebook/react-native/commit/da899c0cc4372830e5ca053a096b74fff2a19cb8) - [x] add pager role https://github.com/facebook/react-native/issues/30972#issuecomment-1192399980 - [x] ~improve solution Position in Collection not supported by Flatlist,...
Roles https://github.com/google/talkback/blob/771de7cdbf55b6adb4ca4c64c27a52584f2337cc/compositor/src/main/res/raw/compositor.json#L1082-L1108 https://github.com/google/talkback/blob/771de7cdbf55b6adb4ca4c64c27a52584f2337cc/compositor/src/main/res/values/strings.xml#L211-L244 Toast is announced when showed ("TYPE_NOTIFICATION_STATE_CHANGED") https://github.com/google/talkback/blob/771de7cdbf55b6adb4ca4c64c27a52584f2337cc/compositor/src/main/res/raw/compositor.json#L250-L276 Drawer Layout, sliding_drawer, icon_menu announced when showed TYPE_WINDOW_STATE_CHANGED https://github.com/google/talkback/blob/771de7cdbf55b6adb4ca4c64c27a52584f2337cc/compositor/src/main/res/raw/compositor.json#L312-L326
[datepicker](https://reactnative.dev/docs/next/datepickerandroid) and [timepicker](https://reactnative.dev/docs/next/timepickerandroid) are deprecated
TODOs 25th July (all completed) - [x] summarise all the use cases - [x] review [Kacie comment](https://github.com/facebook/react-native/issues/30851#issuecomment-790136790) - [x] test all scenarios on iOS and Android - [x] record test...
accessible parent view and one not accessible child iOS and Android have different behavior. ```jsx Text One Text Two ``` video test on Android - The screenreader focuses on the...
parent view with accessibilityLabel over-rides child Text iOS and Android have the same behaviour. ```jsx Text One Text Two ``` video test on Android - screenreader focuses on parent view...
parent view with accessibilityLabel does not over-ride children with onPress handler On Android the expected behaviour was: - the screenreader focuses on the parent view and announces ==> "a couple...
screenreader difference in behavior between TalkBack and VoiceOver >Sometimes this will group's descendants that are also marked as accessible together into one focusable element (e.g. accessible with accessible descendants), and...