Remove Reanimated FadeIn to fix Android mount crash
This commit is contained in:
@@ -336,9 +336,7 @@ export default function PreviewScreen({
|
||||
};
|
||||
|
||||
return (
|
||||
<Animated.View
|
||||
entering={FadeIn.duration(400)}
|
||||
exiting={FadeOut.duration(300)}
|
||||
<View
|
||||
style={styles.container}
|
||||
onTouchStart={resetIdleTimer}
|
||||
>
|
||||
@@ -542,7 +540,7 @@ export default function PreviewScreen({
|
||||
</View>
|
||||
</View>
|
||||
)}
|
||||
</Animated.View>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user