Describe the bug
In ProgressChart.tsx the following is crashing
const period = moment().locale(language).format(isMonth ? "MMMM" : "YYYY");
with error message : Requiring unknown module "./locale/zh"
Happening on android 9, app version 0.7.1. Could be related to this moment issue.
Describe the bug In
ProgressChart.tsx
the following is crashingconst period = moment().locale(language).format(isMonth ? "MMMM" : "YYYY");
with error message :Requiring unknown module "./locale/zh"
Happening on android 9, app version 0.7.1. Could be related to this moment issue.