UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

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