UNPKG

react-native-step-bottom-sheet

Version:

A customizable step-by-step bottom sheet component for React Native with smooth animations

3 lines 206 B
export { default as StepBottomSheet } from './components/StepBottomSheet'; export { default as StepContent } from './components/StepContent'; export { useStepBottomSheet } from './hooks/useStepBottomSheet';