Am developing react native application using react i18next lib, for translations i have used xml format in android for native, in react native can we use xml format translations file instead of JSON format.Is there any advantage of using JSON format?
i18next requires JSON format (or at least something that can be mapped to it). https://www.i18next.com/misc/json-format
Additionally/Alternatively, i18next also accepts different i18n formats: https://www.i18next.com/overview/plugins-and-utils#i18n-formats