UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

19 lines (18 loc) 386 B
var createURL = function (path) { return `exp://localhost/${path}`; }; var parse = function (url) { return { path: url }; }; var addEventListener = function () { return { remove: function () {} }; }; var getInitialURL = async function () { return null; }; export { addEventListener, createURL, getInitialURL, parse }; //# sourceMappingURL=expo-linking.native.js.map