Files
notesnook/apps/mobile/app/screens/editor/source.ts

5 lines
160 B
TypeScript
Raw Normal View History

2022-07-02 13:20:31 +05:00
import { Platform } from 'react-native';
export const EDITOR_URI =
Platform.OS === 'android' ? 'file:///android_asset/index.html' : 'web.bundle/index.html';