react-native-toast-native
Version:
Native toast for react-native. In Android it's just native toast, in iOS it's https://github.com/scalessec/Toast
14 lines (13 loc) • 433 B
text/xml
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromYDelta="100%p"
android:toYDelta="0"
android:duration="@android:integer/config_shortAnimTime"
/>
<alpha
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:duration="@android:integer/config_shortAnimTime"
/>
</set>