[RN] Disable the XHR backend on mobile
All language assets will need to be bundled.
This commit is contained in:
parent
43ac039fd6
commit
178c8e02ff
|
@ -58,7 +58,7 @@ const options = {
|
|||
};
|
||||
|
||||
i18next
|
||||
.use(I18nextXHRBackend)
|
||||
.use(navigator.product === 'ReactNative' ? {} : I18nextXHRBackend)
|
||||
.use(languageDetector)
|
||||
.use({
|
||||
name: 'resolveAppName',
|
||||
|
|
Loading…
Reference in New Issue