react-native-custom-actionsheet
                                
                                 react-native-custom-actionsheet copied to clipboard
                                
                                    react-native-custom-actionsheet copied to clipboard
                            
                            
                            
                        Fix: user styles not respected
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.