react-native-screens
Version:
Native navigation primitives for your React Native app.
8 lines (7 loc) • 444 B
text/xml
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromYDelta="0%"
android:toYDelta="100%"
android:duration="@android:integer/config_mediumAnimTime" /> <!--we use
rns_no_animation_medium.xml as the other animation for this transition since we want both of
them to end at the same time. Remember to change duration in both files when modifying it-->