UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

12 lines (11 loc) 399 B
import { StackRouter } from "@react-navigation/native"; var CustomStackRouter = function (options) { var router = StackRouter(options); var og = router.getStateForAction.bind(router); router.getStateForAction = function (state, action, options2) { return og(state, action, options2); }; return router; }; export { CustomStackRouter }; //# sourceMappingURL=OneStackRouter.native.js.map