mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-12 23:34:08 +00:00
Fix black screen during the pop animation when using rn-screens
This commit is contained in:
parent
6410c16143
commit
614bcfaee3
@ -34,7 +34,7 @@ class Card extends React.Component {
|
||||
|
||||
const active = position.interpolate({
|
||||
inputRange: [index, index + 1 - EPS, index + 1],
|
||||
outputRange: [1, 1, 0],
|
||||
outputRange: [1, 1, isActive ? 1 : 0],
|
||||
extrapolate: 'clamp',
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user