Skip to content

Commit 7e99afc

Browse files
committed
disable eslint from example flatlist (keeping rule for module but not needed in example)
1 parent 92a2a39 commit 7e99afc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/example-src-files/example.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export default function DropDownPickerExample({
7777
const [_items, setItems] = useState<Array<ItemType<string>>>(items);
7878

7979
return (
80+
// eslint-disable-next-line react-native/no-inline-styles
8081
<View style={{ ...styles.exampleContainer, zIndex: open ? 10 : 1 }}>
8182
<View>
8283
<Text style={{...styles.title, color}}>{title}</Text>

0 commit comments

Comments
 (0)