UNPKG

bottom-sheet-stepper

Version:

A lightweight and customizable stepper component for React Native, built on top of @gorhom/bottom-sheet. Easily manage multi-step flows in a modal bottom sheet with smooth animations and full control.

9 lines (7 loc) 228 B
import BottomSheetStepper from './src/BottomSheetStepper'; export { type BottomSheetStepperProps, type BottomSheetStepperRef, type StepComponentProps, } from './src/BottomSheetStepper'; export default BottomSheetStepper;