1.0.0 • Published 2 years ago
rn-typing-effect v1.0.0
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.
How yo use:
<TypingEffect text="hello world hello world hello world hello world hello world hello world hello world" typingDelay={100} cursorDelay={100} />Animated typing effect:

Properties
| Name | Type | Default |
|---|---|---|
| text | string | |
| typingDelay | number | |
| cursorDelay | number | |
| onEndTyping | () => void |
1.0.0
2 years ago