Skip to content

Commit 38b01fe

Browse files
lidord-wixethanshar
authored andcommitted
add bg modifiers to touchable opacity (#2160)
1 parent 01c6aee commit 38b01fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/touchableOpacity/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ const modifiersOptions = {
149149
paddings: true,
150150
margins: true,
151151
alignments: true,
152-
flex: true
152+
flex: true,
153+
backgroundColor: true
153154
};
154155

155156
export default asBaseComponent<TouchableOpacityProps>(forwardRef(TouchableOpacity), {modifiersOptions});

0 commit comments

Comments
 (0)