root-two/react-native-drawer

Change Long Press Color of Drawer Items

Closed this issue · 1 comments

Is there any way to change the background color of the long pressed item? I am getting a grey background when long-press the item. Can we change the icon and text color also on long presss ?

 contentOptions: {
      activeBackgroundColor: 'transparent',
      activeTintColor: colors.COLOR_BF876E,
      inactiveTintColor: colors.COLOR_AFAFAF,
      labelStyle: styles.drawerItemText,
      activeLabelStyle: [styles.drawerItemText, { color: colors.COLOR_BF876E }],
      iconContainerStyle: styles.drawerIcon,
      itemStyle: styles.itemContainer
    },

Screenshot_20201118-161736