{"id":4222,"url":"https://github.com/ngothanhtai/react-native-auto-typing-text","last_synced_at":"2025-04-23T22:21:45.969Z","repository":{"id":57146843,"uuid":"82374693","full_name":"ngothanhtai/react-native-auto-typing-text","owner":"ngothanhtai","description":"Auto typing text component for react-native","archived":false,"fork":false,"pushed_at":"2017-11-07T19:32:57.000Z","size":12464,"stargazers_count":69,"open_issues_count":1,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-29T13:50:05.378Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngothanhtai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-18T09:02:03.000Z","updated_at":"2024-05-31T08:01:11.000Z","dependencies_parsed_at":"2022-08-29T19:32:09.068Z","dependency_job_id":null,"html_url":"https://github.com/ngothanhtai/react-native-auto-typing-text","commit_stats":null,"previous_names":["phuongla/react-native-auto-typing-text"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngothanhtai%2Freact-native-auto-typing-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngothanhtai%2Freact-native-auto-typing-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngothanhtai%2Freact-native-auto-typing-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngothanhtai%2Freact-native-auto-typing-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngothanhtai","download_url":"https://codeload.github.com/ngothanhtai/react-native-auto-typing-text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246273559,"owners_count":20750906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-native"],"created_at":"2024-01-05T20:17:04.951Z","updated_at":"2025-03-30T07:31:19.175Z","avatar_url":"https://github.com/ngothanhtai.png","language":"JavaScript","funding_links":[],"categories":["Components"],"sub_categories":["UI"],"readme":"# react-native-auto-typing-text\n\nAuto typing text component.\n\n## Demo\n![Demo](Example/demo.gif)\n\n## Installation\n```\nnpm install --save react-native-auto-typing-text\n```\n\n## Usage\n\n```js\nimport AutoTypingText from 'react-native-auto-typing-text';\n\n\u003cAutoTypingText\n  text={`có căn nhà nằm nghe nắng mưa`}\n  charMovingTime={80}\n  delay={0}\n  style={{\n    position: 'absolute',\n    width: 300,\n    fontSize: 30,\n    color: 'rgba(0,0,0,0.7)',\n    backgroundColor: 'rgba(0,0,0,0)',\n    margin: 20,\n    top: 240,\n    left: 0,\n  }}\n  onComplete={() =\u003e { console.log('done'); }}\n/\u003e\n```\n\n## Properties\n\n| Prop | Type | Description |\n|---|---|---|\n|**`text`**|`string`|Text to type|\n|**`charMovingTime`**|`number`|time to type each character|\n|**`delay`**|`number`|Delay time before typing|\n|**`style`**|`string`|Style for text|\n|**`onComplete`**|`func`|is called when typing completed|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngothanhtai%2Freact-native-auto-typing-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngothanhtai%2Freact-native-auto-typing-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngothanhtai%2Freact-native-auto-typing-text/lists"}