We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63c71f2 + b3dbdce commit 400edceCopy full SHA for 400edce
1 file changed
example/src/components/StyleExample.tsx
@@ -242,11 +242,6 @@ export const StyleExample: React.FC<StyleExampleProps> = ({
242
}
243
};
244
245
- useEffect(() => {
246
- // Note: Theme is now applied automatically by App.tsx on startup
247
- // This component only handles manual theme switching
248
- }, []);
249
-
250
return (
251
<ScrollView style={styles.container}>
252
<View style={styles.header}>
0 commit comments