UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

13 lines (11 loc) 216 B
import {StyleSheet} from 'react-native'; export const styles = StyleSheet.create({ timer: { maxWidth: 160, }, timerText: { backgroundColor: 'transparent', color: '#FFF', fontSize: 11, }, });