@nghinv/react-native-app-tour
Version:
React Native app tour Library
9 lines (8 loc) • 309 B
TypeScript
/**
* Created by nghinv on Wed Jun 23 2021
* Copyright (c) 2021 nghinv@lumi.biz
*/
import AppTourProvider, { AppTour } from './AppTourProvider';
import AppTourStep from './AppTourStep';
import { useAppTour, useEvent } from './hook';
export { AppTourProvider, AppTourStep, useAppTour, AppTour, useEvent, };