rn-typing-effect
Version:
react native typing effect with animated
23 lines (15 loc) • 661 B
Markdown
- React native animated typing effect is a dynamic custom textview of React native, with a dynamic content and and animated effect of typing with cursor.
- It comes with a built-in TypeScript typings.
```
<TypingEffect text="hello world hello world hello world hello world hello world hello world hello world" typingDelay={100} cursorDelay={100} />
```

> **Properties**
| Name | Type | Default |
| ----------- | ---------- | ------- |
| text | string |
| typingDelay | number |
| cursorDelay | number |
| onEndTyping | () => void |