-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
questionQuestion related to the library, not an issueQuestion related to the library, not an issue
Description
how i can change text color in Drawer.Item component?
<DrawerPaper.Item
active={route.name === active}
theme={theme}
style={{
// todo change text color
borderRadius: 15,
}}
key={route.name}
label={route.displayName}
onPress={(props) => {
setActive(route.name)
navigation.navigate(route.displayName)
}}
/>
Metadata
Metadata
Assignees
Labels
questionQuestion related to the library, not an issueQuestion related to the library, not an issue