rn-typing-effect
Version:
react native typing effect with animated
22 lines (19 loc) • 367 B
text/typescript
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;