My test code : ``` const styles = StyleSheet.create({ button: { shadowColor: "red", shadowOffset: { width: 0, height: 9, }, shadowOpacity: 0.8, shadowRadius: 12.35, elevation: 19, } }); ``` ``` <ButtonComponent buttonStyle={styles.button} > </ButtonComponent> ``` p.s: wonderful job :)