UNPKG

@nghinv/react-native-app-tour

Version:
13 lines 311 B
/** * Created by nghinv on Wed Jun 23 2021 * Copyright (c) 2021 nghinv@lumi.biz */ import React from 'react'; // @ts-ignore export const AppTourContext = /*#__PURE__*/React.createContext({ // nodes: [], sceneIndex: 0, scenes: [], setSceneIndex: () => {} }); //# sourceMappingURL=AppTourContext.js.map