cozy-intent
Version:
Event-based library allowing interactions between React-Native and React applications
16 lines (11 loc) • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useNativeIntent = void 0;
var _react = require("react");
var _view = require("../../view");
var useNativeIntent = function useNativeIntent() {
return (0, _react.useContext)(_view.NativeContext);
};
exports.useNativeIntent = useNativeIntent;