UNPKG

react-native-copilot

Version:

Make an interactive step by step tour guide for you react-native app

8 lines (6 loc) 217 B
import copilot from './hocs/copilot'; import walkthroughable from './hocs/walkthroughable'; import CopilotStep from './components/CopilotStep'; export { copilot }; export { walkthroughable }; export { CopilotStep };