UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

16 lines (14 loc) 307 B
import React from "react"; import { StyleSheet } from "react-native"; export const Style = StyleSheet.create({ container: { height: "100%", width: "100%", }, stackScreen: { position: "absolute", zIndex: 5, height: "100%", width: "100%" } });