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.
1 parent 427e0a4 commit 7fedcd2Copy full SHA for 7fedcd2
2 files changed
libs/rnc-theme/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rnc-theme",
3
- "version": "0.0.9",
+ "version": "0.0.91",
4
"funding": {
5
"type": "github",
6
"url": "https://github.com/masumrpg/react-native-components"
libs/rnc-theme/src/lib/context/RNCProvider.tsx
@@ -193,7 +193,7 @@ export const RNCProvider: React.FC<ThemeProviderProps> = ({
193
}
194
195
} else {
196
- console.info('No stored theme config found, using defaults');
+ // console.info('No stored theme config found, using defaults');
197
198
} catch (error) {
199
console.warn('Failed to load theme from storage:', error);
0 commit comments