sAleksovski / react-native-android-widget

Build Android Widgets with React Native
https://sAleksovski.github.io/react-native-android-widget/
MIT License
546 stars 22 forks source link

Question: How to force re-update/reload widget? #62

Closed longb1997 closed 5 months ago

longb1997 commented 5 months ago

Hello, first of all thank you for a great library.

In my case I needed to force a reload/re-update of data in the widget. For example, when a user logs out, they log in to another account, the widget will be reloaded. Is there any method to help me call in Logout/Login function?

sAleksovski commented 5 months ago

You can call requestWidgetUpdate at any time.

See https://saleksovski.github.io/react-native-android-widget/docs/update-widget#requestwidgetupdate