You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm new to Zepp OS development so I'm trying to run the "Hello World" Mini Program with API 2.0.
The problem is the "Hello World" text doesn't show on the simulator or real device, instead I get "appName".
The widget is created in /page/gtr/home/index.page.js and text is styled in /page/gtr/home/index.style.js :
Hi,
I'm new to Zepp OS development so I'm trying to run the "Hello World" Mini Program with API 2.0.
The problem is the "Hello World" text doesn't show on the simulator or real device, instead I get "appName".
The widget is created in /page/gtr/home/index.page.js and text is styled in /page/gtr/home/index.style.js :
import { getText } from '@zos/i18n'
in /page/i18n/en-US.po :
If I change
text: getText('appName')
totext: getText('appName2')
for example, "appName2" is shown on the device.The text was updated successfully, but these errors were encountered: