Tag: widget
-
update iOS Widget with server data via React Native app
0 I have an existing React-Native application that queries data from a backend server (via GraphQL) based on the user that is logged into the app. I want to build a Widget Extension for iOS that displays one of the data points "live" (so ~15 min update interval) even when the main app is not…
-
How to update iOS Widget data with server data via React Native app?
0 I have an existing React-Native application that queries data from a backend server (via GraphQL) based on the user that is logged into the app. I want to build a Widget Extension for iOS that displays one of the data points "live" (so ~15 min update interval) even when the main app is not…