UNPKG

react-native-twopane-navigation

Version:

React Native package for dual screen devices navigation support (Surface Duo)

2 lines 996 B
Object.defineProperty(exports,"__esModule",{value:true});exports.pushConfigAction=exports.isTwoPaneAction=exports.pushOrientationActions=exports.pushPaneRectsActions=void 0;var _utilityStore=require("./utilityStore.types");var pushPaneRectsActions=function pushPaneRectsActions(paneRects){return{type:_utilityStore.PUSH_PANERECTS,payload:{paneRects:paneRects}};};exports.pushPaneRectsActions=pushPaneRectsActions;var pushOrientationActions=function pushOrientationActions(orientation){return{type:_utilityStore.PUSH_ORIENTATION,payload:{orientation:orientation}};};exports.pushOrientationActions=pushOrientationActions;var isTwoPaneAction=function isTwoPaneAction(isTwoPane){return{type:_utilityStore.IS_TWOPANE,payload:{isTwoPane:isTwoPane}};};exports.isTwoPaneAction=isTwoPaneAction;var pushConfigAction=function pushConfigAction(config){return{type:_utilityStore.PUSH_CONFIG,payload:{config:config}};};exports.pushConfigAction=pushConfigAction; //# sourceMappingURL=utilityStore.actions.js.map