UNPKG

one

Version:

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

7 lines (5 loc) 277 B
// Mock for expo-linking used in vitest tests export const createURL = (path: string) => `exp://localhost/${path}` export const parse = (url: string) => ({ path: url }) export const addEventListener = () => ({ remove: () => {} }) export const getInitialURL = async () => null