Library Version
2.1.1
React Native Version
0.86.0
React Version
19.2.3
Expo Version
0.57
Minimal Reproduction
- Create a server driven Widget on iOS
- in the widget config, set refresh to true
- Tap the refresh button on the widget to fetch an update.
- Observe that instead of updating the widget, the widget goes back to the initial state
Additional Information (Optional)
I created a Home Screen Widget for both Android and iOS and have it updated from a node server.
The initial render works.
The update interval works.
The manual refresh on the widget on android works.
However when i press the refresh on the iOS Widget, it does not update. Instead it goes back to the init state.
I'm seeing the logs on my node server. The requests look the same for the update interval and the manual refresh. But only the auto interval updates seems to work.
Library Version
2.1.1
React Native Version
0.86.0
React Version
19.2.3
Expo Version
0.57
Minimal Reproduction
Additional Information (Optional)
I created a Home Screen Widget for both Android and iOS and have it updated from a node server.
The initial render works.
The update interval works.
The manual refresh on the widget on android works.
However when i press the refresh on the iOS Widget, it does not update. Instead it goes back to the init state.
I'm seeing the logs on my node server. The requests look the same for the update interval and the manual refresh. But only the auto interval updates seems to work.