manuthecoder-react-native-spotlight-tour
Version:
React Native library to implement a highly customizable app tour feature with an awesome spotlight effect
6 lines • 419 B
JavaScript
export { AttachStep } from "./lib/components/attach-step/AttachStep.component";
export { TourBox } from "./lib/components/tour-box/TourBox.component";
export { useSpotlightTour } from "./lib/SpotlightTour.context";
export { SpotlightTourProvider } from "./lib/SpotlightTour.provider";
export { autoPlacement, arrow, hide, inline, flip, offset, shift, } from "@floating-ui/react-native";
//# sourceMappingURL=main.js.map