Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions example/src/components/StyleExample.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useEffect } from 'react';

Check failure on line 1 in example/src/components/StyleExample.tsx

View workflow job for this annotation

GitHub Actions / lint

'useEffect' is defined but never used
import {
View,
Text,
Expand Down Expand Up @@ -242,11 +242,6 @@
}
};

useEffect(() => {
// Note: Theme is now applied automatically by App.tsx on startup
// This component only handles manual theme switching
}, []);

return (
<ScrollView style={styles.container}>
<View style={styles.header}>
Expand Down
Loading