We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Can we add the support for react-native-web.
Right now I'm using this workaround for the browser:
const is24HourFormat = () => !new Intl.DateTimeFormat([], { hour: 'numeric' }).format(0).match(/\s/);
Can we add the support for react-native-web.
Right now I'm using this workaround for the browser: