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
Widgets need access to favorites defined in the main app. Save favorites to UserDefaults (iOS) and shared preferences (Android) when favorites are modified and when the app is launched.
react-native-mmkv seems to be the best library to implement this
Widgets need access to favorites defined in the main app. Save favorites to UserDefaults (iOS) and shared preferences (Android) when favorites are modified and when the app is launched.
react-native-mmkv seems to be the best library to implement this
https://github.com/mrousavy/react-native-mmkv
iOS requires that the main app and widget belong to same app group to share settings.
The text was updated successfully, but these errors were encountered: