您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

LanguageDetector.native.js 256B

1234567891011
  1. import locale from 'react-native-locale-detector';
  2. /**
  3. * A language detector that uses native locale.
  4. */
  5. export default {
  6. init: Function.prototype,
  7. type: 'languageDetector',
  8. detect: () => locale,
  9. cacheUserLanguage: Function.prototype
  10. };