UNPKG

@gluestack-ui/actionsheet

Version:

A universal headless actionsheet component for React Native, Next.js & React

7 lines (6 loc) 252 B
import React, { forwardRef } from 'react'; export function ActionsheetVirtualizedList(StyledActionsheetVirtualizedList) { return forwardRef(({ ...props }, ref) => { return <StyledActionsheetVirtualizedList ref={ref} {...props}/>; }); }