Files
notesnook/apps/mobile/app/screens/editor/source.ts
2022-08-26 16:19:39 +05:00

7 lines
168 B
TypeScript

import { Platform } from "react-native";
export const EDITOR_URI =
Platform.OS === "android"
? "file:///android_asset/index.html"
: "web.bundle/index.html";