UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

12 lines (10 loc) • 270 B
import type { WithSpringConfig } from 'react-native-reanimated'; /** * Generate spring animation configs. * @param configs overridable configs. */ export const useBottomSheetSpringConfigs = ( configs: Omit<WithSpringConfig, 'velocity'> ) => { return configs; };