mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
|
|
import { Platform } from 'react-native';
|
||
|
|
|
||
|
|
export const EDITOR_URI =
|
||
|
|
Platform.OS === 'android' ? 'file:///android_asset/index.html' : 'web.bundle/index.html';
|