Feature Description
Hi, thanks for all updates so far :)
Wondering if it would be possible to localize the widget name and description to match the users' device locale?
Now everything seems hardcoded:
{
"expo": {
"plugins": [
[
"voltra",
{
"widgets": [
{
"id": "weather",
"displayName": "Weather Widget",
"description": "Shows current weather conditions",
"supportedFamilies": ["systemSmall", "systemMedium", "systemLarge"],
"initialStatePath": "./widgets/weather-initial.tsx"
}
]
}
]
]
}
}
Maybe we could somehow localize the displayname and description here?
Problem Statement
It does not seem possible to localize widget configurations
Proposed Solution
No response
Alternatives Considered
No response
Current Library Version
1.4.0
Implementation
Additional Context
No response
Feature Description
Hi, thanks for all updates so far :)
Wondering if it would be possible to localize the widget name and description to match the users' device locale?
Now everything seems hardcoded:
{ "expo": { "plugins": [ [ "voltra", { "widgets": [ { "id": "weather", "displayName": "Weather Widget", "description": "Shows current weather conditions", "supportedFamilies": ["systemSmall", "systemMedium", "systemLarge"], "initialStatePath": "./widgets/weather-initial.tsx" } ] } ] ] } }Maybe we could somehow localize the displayname and description here?
Problem Statement
It does not seem possible to localize widget configurations
Proposed Solution
No response
Alternatives Considered
No response
Current Library Version
1.4.0
Implementation
Additional Context
No response