Issue
Giving the warning [react-native-paper-dates] The locale en is not registered, see README!, key: typeInDate
Expected Behavior
it shouldn't give warning after the setting the locale also
Code
<DatePickerModal
locale="en"
mode="single"
visible={open}
onDismiss={onDismissSingle}
date={props.date}
onConfirm={onConfirmSingle}
/>
Environment
react-native -v: 0.72.4
node -v: v18.18.0
npm -v: 9.8.1
yarn --version:
target platform: Android | iOS : Android
operating system: Windows
