import { Platform } from 'react-native'; import { ChatLog } from './rename.chat'; export const uilog = new ChatLog(); uilog.tag = '[ui]'; export const g_aspect_ratio = 390 / 844; export const g_mask_color = 'hsla(0, 0%, 0%, 0.2)'; export const g_border_bottom_width = Platform.OS === 'ios' ? 0.5 : 0.5; export const g_flatlist_border_bottom_width = Platform.OS === 'ios' ? 0.5 : 0.5; export const g_not_existed_url = 'https://address-that-does-not-exist';