react-native-notifier icon indicating copy to clipboard operation
react-native-notifier copied to clipboard

[Accessibility] add a11y support

Open tastydev opened this issue 10 months ago • 0 comments

Hello,

currently it is not possible to pass accessibility props to the library's components.

I am currently trying to add accessibility to my app to align with latest EU standards and i found out that it's not possible to add a11y props to the lib for the parent touchable or even to set accessible to false to add accessibility for the rendered childs (custom components for the notification)

Maybe i can patch the library on myself to make it possible but due to lack of time i will leave this issue here for now

Best Regards and Thank You

tastydev avatar Mar 24 '25 13:03 tastydev