We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a2a39 commit 7e99afcCopy full SHA for 7e99afc
examples/example-src-files/example.tsx
@@ -77,6 +77,7 @@ export default function DropDownPickerExample({
77
const [_items, setItems] = useState<Array<ItemType<string>>>(items);
78
79
return (
80
+ // eslint-disable-next-line react-native/no-inline-styles
81
<View style={{ ...styles.exampleContainer, zIndex: open ? 10 : 1 }}>
82
<View>
83
<Text style={{...styles.title, color}}>{title}</Text>
0 commit comments