Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit a6335bd

Browse files
committed
fix: hide overflow in wipe preset
1 parent f41380f commit a6335bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TransitionConfigs/CardStyleInterpolators.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export function forWipeFromBottomAndroid({
183183

184184
return {
185185
containerStyle: {
186+
overflow: 'hidden',
186187
transform: [{ translateY: containerTranslateY }],
187188
},
188189
cardStyle: {

0 commit comments

Comments
 (0)