We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
removeItem
1 parent cdc7e60 commit 11ab4b3Copy full SHA for 11ab4b3
packages/theme/src/Provider.tsx
@@ -115,9 +115,6 @@ const Provider: React.FC<React.PropsWithChildren<ProviderProps>> = ({
115
if (themeExists) {
116
changeTheme(savedSelectedThemeName);
117
} else {
118
- AsyncStorage.removeItem(SAVED_SELECTED_THEME_KEY).catch((e) => {
119
- console.warn("Failed to reset persisted selected theme", e);
120
- });
121
}
122
123
};
0 commit comments