Look like an issue on android.
i18n.use(initReactI18next).init({
compatibilityJSON: 'v3', <--- add this line.
lng:'th',
fallbackLng: 'en',
resources:{
en:english,
th:thai
},
interpolation: {
escapeValue: false
},
react: {
useSuspense:false,
}
});
It should resolve your issue. You might need to check this.
Have fun.