root-two / react-native-drawer

React Native Drawer
MIT License
2.54k stars 392 forks source link

Change Long Press Color of Drawer Items #389

Closed hrishiakhade closed 3 years ago

hrishiakhade commented 3 years ago

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

hrishiakhade commented 3 years ago

https://github.com/react-navigation/react-navigation/issues/9079#issue-746415736