react-native-custom-actionsheet icon indicating copy to clipboard operation
react-native-custom-actionsheet copied to clipboard

Fix: user styles not respected

Open Neverlastinger opened this issue 4 years ago • 0 comments

User styles are not respected because of this line of code: const styles = Object.assign({}, userStyles, defaultStyles);

defaultStyles takes precedence over userStyles. I've switched their places in order to allow for user-specific styles.

Neverlastinger avatar Jun 05 '21 09:06 Neverlastinger