I want to add simple horizantal transition in my react-native app on both IOS/Android, I have tried this Implementation but it didnt' work:
<MainStack.Screen
name="PostDetails"
component={PostDetails}
options={{ animation: 'slide_from_left' }}
/>
I am using react-navigation v 6.xx.
Thank you and have a nice day