Change animation speed of slide_from_right android #893
-
Hello guys, really good library thanks for your effort. I have a question, i want to change slide_from_right animation's speed in android. I see it set "config_mediumAnimTime" in https://github.com/software-mansion/react-native-screens/blob/master/android/src/main/res/anim/rns_slide_in_from_right.xml |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @MetinArslanturk, |
Beta Was this translation helpful? Give feedback.
Hi @MetinArslanturk,
Currently, we don't have a way to customize animation speed but you should be able to easily overwrite it with patch-package.
This guide should be helpful.
Cheers!