UNPKG

react-native-embryo

Version:

- [x] Bugfree Xcode & Android setups for multiple build flavors - [x] [React Native Navigation](https://github.com/wix/react-native-navigation) - [x] [MobX](https://github.com/mobxjs/mobx) - [x] Friendly exception handling (no crash :dizzy_face:) - [x] Ce

14 lines 489 B
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android" android:duration="@integer/config_activityDefaultDur" android:interpolator="@android:anim/accelerate_interpolator" android:shareInterpolator="true"> <translate android:fromYDelta="0" android:toYDelta="100%"/> <alpha android:startOffset="100" android:duration="150" android:fromAlpha="1" android:toAlpha="0"/> </set>