@nghinv/react-native-app-tour
Version:
React Native app tour Library
13 lines • 311 B
JavaScript
/**
* 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