UNPKG

react-stack-navigator

Version:

A native-like stack navigator for React DOM, inspired by Flutter's Navigator v1

6 lines (5 loc) 193 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.history = void 0; const history_1 = require("history"); exports.history = history_1.createBrowserHistory();