Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Drawer navigation item styles should have possibility to be overriden when showsTouches !== false #137

Open
kepi74 opened this issue Oct 4, 2016 · 0 comments

Comments

@kepi74
Copy link

kepi74 commented Oct 4, 2016

It's not possible to override View styles in _renderDrawerItems(), when drawer item showsTouches !== false.
It can be fixed by change on line 93 in ExNavigationDrawerLayout from <View style={styles.buttonContainer}> to <View style={[styles.buttonContainer, isSelected ? item.selectedStyle : item.style]}> and removal of style property of TouchableNativeFeedbackSafe.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant