@nghinv/react-native-app-tour
Version:
React Native app tour Library
17 lines (14 loc) • 321 B
text/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,
};