Skip to content

Commit 400edce

Browse files
authored
Merge pull request #3 from mCodex/feat/exampleRefactor
refactor: remove unused useEffect for theme application in StyleExamp…
2 parents 63c71f2 + b3dbdce commit 400edce

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)