[RN] Disable the XHR backend on mobile

All language assets will need to be bundled.
This commit is contained in:
Saúl Ibarra Corretgé
2018-01-03 19:18:12 -06:00
committed by Paweł Domas
parent 43ac039fd6
commit 178c8e02ff
+1 -1
View File
@@ -58,7 +58,7 @@ const options = {
};
i18next
.use(I18nextXHRBackend)
.use(navigator.product === 'ReactNative' ? {} : I18nextXHRBackend)
.use(languageDetector)
.use({
name: 'resolveAppName',