UNPKG

@sendbird/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

8 lines (4 loc) 195 B
import { enUS } from 'date-fns/locale'; import { createBaseStringSet } from './createBaseStringSet'; const StringSetEn = createBaseStringSet({ dateLocale: enUS }); export default StringSetEn;