- 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:

![](./assets/videos/1.gif)

> **Properties**

| Name        | Type       | Default |
| ----------- | ---------- | ------- |
| text        | string     |
| typingDelay | number     |
| cursorDelay | number     |
| onEndTyping | () => void |
