react-native-visual-positioning-system
Version:
React Native bridge for Google's Visual Positioning System
15 lines (14 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const mock = {
printMsg: message => {
console.warn(`[react-native-visual-positioning-system] printMsg("${message}") is a no-op in the Node.js environment.`);
},
// TurboModule methods
getConstants: () => ({})
};
var _default = exports.default = mock;
//# sourceMappingURL=index.node.js.map