react-native-datepicker
react-native-datepicker copied to clipboard
Why ios does n’t support Chinese, it ’s all English。
I use this plug-in, it can be used on android, if you switch Chinese, the language in the date will automatically become Chinese, you can ios, but I need to set anything special
<DatePicker ... locale={I18n.t('locale')} // replace it to your locale code, for chinese it can be 'zh-cn' ... />
locale='zh-Hans'