@lichens-innovation/react-native-common 3.11.1 → 3.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -232,7 +232,7 @@ declare const languageDetector: {
232
232
  init: () => void;
233
233
  cacheUserLanguage: () => void;
234
234
  };
235
- declare const initCommonI18N: (instance?: i18n) => void;
235
+ declare const initCommonI18N: (instance?: i18n) => i18n;
236
236
 
237
237
  interface LanguageSelectorProps {
238
238
  label?: string;
package/dist/index.js CHANGED
@@ -4087,6 +4087,7 @@ var initCommonI18N = (instance) => {
4087
4087
  // not needed for react as it escapes by default
4088
4088
  }
4089
4089
  });
4090
+ return i18next3;
4090
4091
  };
4091
4092
  var DeviceFinder = class {
4092
4093
  constructor() {