one
Version:
One is a new React Framework that makes Vite serve both native and web.
11 lines (10 loc) • 294 B
JavaScript
const createURL = path => `exp://localhost/${path}`;
const parse = url => ({
path: url
});
const addEventListener = () => ({
remove: () => {}
});
const getInitialURL = async () => null;
export { addEventListener, createURL, getInitialURL, parse };
//# sourceMappingURL=expo-linking.mjs.map