UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

14 lines (12 loc) 193 B
interface IThis { safeAreaInsets: { top: number | null; bottom: number | null; }; } export const commonVars: IThis = { safeAreaInsets: { top: null, bottom: null, }, };