one
Version:
One is a new React Framework that makes Vite serve both native and web.
19 lines (18 loc) • 404 B
JavaScript
var createURL = function (path) {
return `exp://localhost/${path}`;
},
parse = function (url) {
return {
path: url
};
},
addEventListener = function () {
return {
remove: function () {}
};
},
getInitialURL = async function () {
return null;
};
export { addEventListener, createURL, getInitialURL, parse };
//# sourceMappingURL=expo-linking.native.js.map