UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

11 lines (10 loc) • 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRefNativeTag = getRefNativeTag; var _reactNative = require("react-native"); function getRefNativeTag(ref) { return (0, _reactNative.findNodeHandle)(ref?.current) || null; } //# sourceMappingURL=getRefNativeTag.web.js.map