UNPKG

@brijen/react-native-multistep

Version:

A lightweight multi-step view component for React Native with smooth transitions using Reanimated.

7 lines (6 loc) 196 B
"use strict"; import MultiStep from "./components/MultiStep.js"; import Step from "./components/Step.js"; export * from "./types.js"; export { MultiStep, Step }; //# sourceMappingURL=index.js.map