Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Auto typing text component for react-native
- Host: GitHub
- URL: https://github.com/ngothanhtai/react-native-auto-typing-text
- Owner: ngothanhtai
- License: mit
- Created: 2017-02-18T09:02:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T19:32:57.000Z (about 7 years ago)
- Last Synced: 2024-10-29T13:50:05.378Z (3 months ago)
- Topics: react-native
- Language: JavaScript
- Homepage:
- Size: 11.9 MB
- Stars: 69
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-auto-typing-text ★43 - An auto typing text component for react-native (Components / UI)
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|