fix: fix broken animation on first screen

This commit is contained in:
Satyajit Sahoo
2021-05-16 07:37:51 +02:00
parent 65b6a3d864
commit e5238f6084

View File

@@ -228,8 +228,7 @@ export default class CardStack extends React.Component<Props, State> {
: DefaultTransition;
const {
animationEnabled = index !== 0 &&
Platform.OS !== 'web' &&
animationEnabled = Platform.OS !== 'web' &&
Platform.OS !== 'windows' &&
Platform.OS !== 'macos',
gestureEnabled = index !== 0 &&