Skip to content
Discussion options

You must be logged in to vote

If you need to change the duration of animation, you can change it globally in res files of react-native-screens, e.g. for slide_from_right you need changes in duration here:

android:duration="@android:integer/config_mediumAnimTime"
and here: https://github.com/software-mansion/react-native-screens/blob/master/android/src/main/res/anim/rns_slide_out_to_left.xml#L3 (you can pass a number in that field). Remember to always change both parts of the animation, they can be seen here for slide_from_right: https://github.com/software-mansion/react-native-screens/blob/master/android/src/m…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@waheedakhtar694
Comment options

Answer selected by kacperkapusciak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants