UNPKG

@futurejj/react-native-visibility-sensor

Version:

A React Native wrapper to check whether a component is in the view port to track impressions and clicks

14 lines (13 loc) 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "VisibilitySensor", { enumerable: true, get: function () { return _VisibilitySensor.default; } }); var _VisibilitySensor = _interopRequireDefault(require("./VisibilitySensor")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } //# sourceMappingURL=index.js.map