web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
640 stars 164 forks source link

Fix overlapping attributes. #262

Closed iM-GeeKy closed 1 year ago

iM-GeeKy commented 1 year ago

Motivation

Addresses typescript issues that will arise when we update to react native 71 and Expo 48. Confirmed it still has backward compatibility, but feel free to verify.

More details are described in this discussion. In short it looks like once we update the inputMode props overlap causing the entire type to become never.