Current behaviour
produces a type error where it is required to add accessibilityLabelledBy, accessibilityLanguage
The fixed PR from react native paper : callstack/react-native-paper#3603
Expected behaviour
Shouldn't produce the type error, initially it was in react native paper as well but in the latest build they fixed it
How to reproduce?
https://snack.expo.dev/@nity/witty-pudding
same code as in the example
https://web-ridge.github.io/react-native-paper-dates/docs/date-picker/input-date-picker
Preview

What have you tried so far?
none
Your Environment
| software |
version |
| ios |
x |
| android |
x |
| react-native |
0.71.1 |
| react-native-paper |
5.1.4 |
| node |
x.x.x |
| npm or yarn |
1.22.19 |
| expo sdk |
x.x.x |
Current behaviour
produces a type error where it is required to add accessibilityLabelledBy, accessibilityLanguage
The fixed PR from react native paper : callstack/react-native-paper#3603
Expected behaviour
Shouldn't produce the type error, initially it was in react native paper as well but in the latest build they fixed it
How to reproduce?
https://snack.expo.dev/@nity/witty-pudding
same code as in the example
https://web-ridge.github.io/react-native-paper-dates/docs/date-picker/input-date-picker
Preview
What have you tried so far?
none
Your Environment