Considering a simple example in React Native that uses React Navigation to go to a different screen, how can I disable the transition animation?
<Button
title="Go to Details... again"
onPress={() => navigation.push('Details')}
/>
Considering a simple example in React Native that uses React Navigation to go to a different screen, how can I disable the transition animation?
<Button
title="Go to Details... again"
onPress={() => navigation.push('Details')}
/>