UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

5 lines • 182 B
import { findNodeHandle } from 'react-native'; export function getRefNativeTag(ref) { return findNodeHandle(ref?.current) || null; } //# sourceMappingURL=getRefNativeTag.web.js.map