UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines (6 loc) • 197 B
"use strict"; import { findNodeHandle } from 'react-native'; export function getRefNativeTag(ref) { return findNodeHandle(ref?.current) || null; } //# sourceMappingURL=getRefNativeTag.web.js.map