Add radix comment

This commit is contained in:
Eric Bailey
2024-03-05 14:41:40 -06:00
parent aff755830f
commit b51dfae8af
+1
View File
@@ -170,6 +170,7 @@ export function Item({children, label, onPress, ...rest}: ItemProps) {
}}
onFocus={onFocus}
onBlur={onBlur}
// need `flatten` here for Radix compat
style={flatten([
a.flex_row,
a.align_center,