You can set animation to none in the options object of the screen:
animation
none
<Stack> <Stack.Screen name="screen" options={{ animation: 'none' }} /> </Stack>