UNPKG

touchstone-navigator

Version:

A UINavigationViewController like component for TouchstoneJS

12 lines (9 loc) 245 B
import { Container } from 'touchstonejs'; import uuid from 'node-uuid'; export default (viewController) => { return { id: uuid.v1(), ...viewController, scrollable: viewController.scrollable || Container.initScrollable(), }; };