react-native-twopane-navigation
Version:
React Native package for dual screen devices navigation support (Surface Duo)
2 lines • 832 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:true});exports.removePaneElementByKey=exports.replacePaneElement=exports.pushElement=void 0;var _paneElement=require("./paneElement.types");var pushElement=function pushElement(key,paneElement){return{type:_paneElement.PUSH_PANE_ELEMENT,payload:{key:key,paneElement:paneElement}};};exports.pushElement=pushElement;var replacePaneElement=function replacePaneElement(key,paneElement){return{type:_paneElement.REPLACE_PANE_ELEMENT,payload:{key:key,paneElement:paneElement}};};exports.replacePaneElement=replacePaneElement;var removePaneElementByKey=function removePaneElementByKey(twoPaneElementKey){return{type:_paneElement.REMOVE_KEY_PANE_ELEMENT,payload:{key:twoPaneElementKey}};};exports.removePaneElementByKey=removePaneElementByKey;
//# sourceMappingURL=paneElement.action.js.map