### 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 ```javascript <DatePickerModal locale="en" mode="single" visible={open} onDismiss={onDismissSingle} date={props.date} onConfirm={onConfirmSingle} /> ``` ### Environment 1. `react-native -v`: 0.72.4 2. `node -v`: v18.18.0 3. `npm -v`: 9.8.1 4. `yarn --version`<!-- (if you use Yarn) -->: 5. `target platform`: Android | iOS : Android 6. `operating system`: Windows 