UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

11 lines (8 loc) 294 B
"use strict"; import * as React from 'react'; /** * A type of an object that have a route key as an object key * and a value whether to prevent that route. */ export const PreventRemoveContext = /*#__PURE__*/React.createContext(undefined); //# sourceMappingURL=PreventRemoveContext.js.map