UNPKG

rn-typing-effect

Version:
22 lines (19 loc) 367 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { flexDirection: 'row', alignItems: 'center', width: '100%', }, text: { color: 'black', fontSize: 16, flexDirection: 'row', }, corsur: { width: 2, fontSize: 16, color: 'black', }, }); export default styles;