Current behaviour
It's not possible to override Card.Actions justifyContent because it's last in the style array.
|
style={[styles.container, props.style, { justifyContent }]} |
Expected behaviour
An override is possible
Your Environment
| software |
version |
| react-native-paper |
5.12.3 |
Current behaviour
It's not possible to override Card.Actions justifyContent because it's last in the style array.
react-native-paper/src/components/Card/CardActions.tsx
Line 44 in 813cdd4
Expected behaviour
An override is possible
Your Environment