diff --git a/src/views/StackView/StackViewCard.js b/src/views/StackView/StackViewCard.js index ab923f9..a8d1205 100644 --- a/src/views/StackView/StackViewCard.js +++ b/src/views/StackView/StackViewCard.js @@ -58,7 +58,7 @@ class Card extends React.Component { style={[StyleSheet.absoluteFill, containerAnimatedStyle, screenStyle]} active={active} > - {shadowOpacity ? ( + {!transparent && shadowOpacity ? (