Nathan Walker
ac7f041dea
fix(core): AndroidTransitionType symbol export handling ( #9252 )
...
BREAKING CHANGE:
AndroidTransitionType is now a static member of the Transition class.
BEFORE:
```
import { AndroidTransitionType } from '@nativescript/core/ui/transition';
```
AFTER:
```
import { Transition } from '@nativescript/core';
Transition.AndroidTransitionType.enter; // etc.
```
2021-02-27 13:16:39 -08:00
..
2020-11-11 08:46:36 -08:00
2020-12-28 13:48:14 +01:00
2021-01-29 13:03:27 -08:00
2021-02-24 17:35:16 -08:00
2020-11-12 15:55:22 -06:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2021-02-26 16:23:50 -08:00
2020-10-19 09:28:05 -07:00
2021-02-20 11:15:03 -08:00
2021-02-26 16:23:50 -08:00
2020-11-11 08:46:36 -08:00
2021-02-27 13:16:39 -08:00
2021-01-29 13:03:27 -08:00
2020-10-19 09:28:05 -07:00
2020-11-11 08:46:36 -08:00
2020-08-25 20:00:59 -07:00
2020-11-11 08:46:36 -08:00
2021-01-29 13:03:27 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 19:55:17 -08:00
2021-02-05 11:26:59 -08:00
2020-08-25 20:00:59 -07:00
2020-11-11 08:46:36 -08:00
2020-10-19 09:28:05 -07:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2021-02-27 12:45:49 -08:00
2020-11-11 08:46:36 -08:00
2020-09-25 15:58:39 -07:00
2020-11-11 08:46:36 -08:00
2020-12-28 13:50:23 +01:00
2020-11-11 08:46:36 -08:00
2021-02-26 16:23:50 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2021-02-27 13:16:39 -08:00
2020-11-11 08:46:36 -08:00
2021-02-27 13:16:39 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00