Skip to content

Commit b3dbdce

Browse files
committed
refactor: remove unused useEffect for theme application in StyleExample component
1 parent 8ec8fd7 commit b3dbdce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

example/src/components/StyleExample.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,6 @@ export const StyleExample: React.FC<StyleExampleProps> = ({
242242
}
243243
};
244244

245-
useEffect(() => {
246-
// Note: Theme is now applied automatically by App.tsx on startup
247-
// This component only handles manual theme switching
248-
}, []);
249-
250245
return (
251246
<ScrollView style={styles.container}>
252247
<View style={styles.header}>

0 commit comments

Comments
 (0)