Files
NativeScript/e2e/modal-navigation/app/layout-root.ios.ts
Alexander Djenkov e59d1567a5 fix(ios-dialogs): unable to show dialog from modal view without a page (#5881)
* fix(ios-dialogs): unable to show dialog from modal view

* tests(modal-navigation): add test that opens dialog inside modal view
2018-05-29 18:06:02 +03:00

12 lines
221 B
TypeScript

export {
onModalNoPage,
onModalFrame,
onModalPage,
onModalLayout,
onModalTabView,
onNavigate,
onFrameRootViewReset,
onTabRootViewReset,
onLayoutRootViewReset
} from "./home/home-page";