Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngothanhtai/react-native-auto-typing-text

Auto typing text component for react-native
https://github.com/ngothanhtai/react-native-auto-typing-text

react-native

Last synced: about 1 month ago
JSON representation

Auto typing text component for react-native

Awesome Lists containing this project

README

        

# react-native-auto-typing-text

Auto typing text component.

## Demo
![Demo](Example/demo.gif)

## Installation
```
npm install --save react-native-auto-typing-text
```

## Usage

```js
import AutoTypingText from 'react-native-auto-typing-text';

{ console.log('done'); }}
/>
```

## Properties

| Prop | Type | Description |
|---|---|---|
|**`text`**|`string`|Text to type|
|**`charMovingTime`**|`number`|time to type each character|
|**`delay`**|`number`|Delay time before typing|
|**`style`**|`string`|Style for text|
|**`onComplete`**|`func`|is called when typing completed|