UNPKG

react-native-twopane-navigation

Version:

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

30 lines (29 loc) 1.95 kB
export { default as TwoPaneApp } from './components/twoPaneApp/TwoPaneApp'; export { default as TwoPaneHub } from './components/twoPaneHub/TwoPaneHub'; export { default as PaneOverlay } from './components/paneOverlay/PaneOverlay'; export { default as onePane } from './onePane/onePaneStore/onePane.methods'; export { default as twoPane } from './twoPane/twoPaneStore/twoPane.methods'; export { default as autoPane } from './utilities/autoPane.methods'; export { default as utility } from './utilities/utility.methods'; export * from './shared/screenStore/headerStore/header.actions'; export * from './shared/screenStore/headerStore/header.interface'; export * from './shared/screenStore/headerStore/header.reducer'; export * from './shared/screenStore/headerStore/header.selector'; export * from './shared/screenStore/headerStore/header.types'; export * from './shared/screenStore/keyStore/key.actions'; export * from './shared/screenStore/keyStore/key.interface'; export * from './shared/screenStore/keyStore/key.reducer'; export * from './shared/screenStore/keyStore/key.selector'; export * from './shared/screenStore/keyStore/key.types'; export * from './shared/screenStore/paneElementStore/paneElement.action'; export * from './shared/screenStore/paneElementStore/paneElement.interface'; export * from './shared/screenStore/paneElementStore/paneElement.reducer'; export * from './shared/screenStore/paneElementStore/paneElement.selectors'; export * from './shared/screenStore/paneElementStore/paneElement.types'; export * from './shared/utilityStore/utilityStore.actions'; export * from './shared/utilityStore/utilityStore.interfaces'; export * from './shared/utilityStore/utilityStore.methods'; export * from './shared/utilityStore/utilityStore.reducer'; export * from './shared/utilityStore/utilityStore.selectors'; export * from './shared/utilityStore/utilityStore.types'; export * from './utilities/interfaces';