1.0.0 • Published 6 months ago

rn-typing-effect v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago
  • 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:

npm.io

Properties

NameTypeDefault
textstring
typingDelaynumber
cursorDelaynumber
onEndTyping() => void