rn-typing-effect
v1.0.0
Published
react native typing effect with animated
Downloads
5
Maintainers
Readme
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 |