{"id":19076091,"url":"https://github.com/gapur/react-native-dot-typing","last_synced_at":"2025-04-30T00:22:07.548Z","repository":{"id":57336613,"uuid":"303165324","full_name":"Gapur/react-native-dot-typing","owner":"Gapur","description":"💬 React Native Dot Typing Animation Component","archived":false,"fork":false,"pushed_at":"2020-10-13T04:55:09.000Z","size":400,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T08:05:34.005Z","etag":null,"topics":["animation","chat","component","react","react-hook","react-native"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Gapur.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-10-11T16:35:54.000Z","updated_at":"2023-03-08T20:12:09.000Z","dependencies_parsed_at":"2022-09-11T04:00:46.243Z","dependency_job_id":null,"html_url":"https://github.com/Gapur/react-native-dot-typing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gapur%2Freact-native-dot-typing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gapur%2Freact-native-dot-typing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gapur%2Freact-native-dot-typing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gapur%2Freact-native-dot-typing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gapur","download_url":"https://codeload.github.com/Gapur/react-native-dot-typing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251603889,"owners_count":21616167,"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":["animation","chat","component","react","react-hook","react-native"],"created_at":"2024-11-09T01:57:01.847Z","updated_at":"2025-04-30T00:22:07.530Z","avatar_url":"https://github.com/Gapur.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-dot-typing\n\n💬 React Native Dot Typing\n\nA dot typing animation for your React Native chat app based on \u003ca href=\"https://uxdesign.cc/how-you-can-use-simple-trigonometry-to-create-better-loaders-32a573577eb4\"\u003esimple trigonometry\u003c/a\u003e to create better loaders.\n\n## Features\n\n- Smooth movement\n- Customizable\n- No dependencies\n- Fast, lightweight and no images\n- Uses `requestAnimationFrame`\n\n## Demo\n\n![image](example-app.gif)\n\n## Installation\n\n- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-dot-typing --save`\n- Using [Yarn](https://yarnpkg.com/): `yarn add react-native-dot-typing`\n\n## Example\n\n```jsx\nimport React from \"react\";\nimport { DotTypingAnimation } from \"react-native-dot-typing\";\n\nclass Example extends React.Component {\n  render() {\n    return \u003cDotTypingAnimation /\u003e;\n  }\n}\n```\n\n## Advanced Example\n\n```jsx\nimport React from \"react\";\nimport { TypingAnimation } from \"react-native-dot-typing\";\n\nclass Example extends React.Component {\n  render() {\n    return (\n      \u003cDotTypingAnimation\n        dotRadius={16}\n        dotAmplitude={3}\n        dotMargin={32}\n        dotX={0}\n        dotY={32}\n      /\u003e\n    );\n  }\n}\n```\n\n## Properties\n\n- **`style`** _(Object)_ - Container styles; default is `{}`\n- **`dotColor`** _(String)_ - Dot color; default is `#000` (black)\n- **`dotStyles`** _(Object)_ - Dot styles; default is `{}`\n- **`dotRadius`** _(Integer)_ - Dot radius; default is `2.5`\n- **`dotMargin`** _(Integer)_ - Dot margin, the space between dots; default is `3`\n- **`dotAmplitude`** _(Integer)_ - Dot amplitude; default is `3`\n- **`dotSpeed`** _(Integer)_ - Dot speed, the speed of the whole animation view; default is `0.15`\n- **`dotY`** _(Integer)_ - Dot y, the starting y coordinate; default is `6`\n- **`dotX`** _(Integer)_ - Dot x, the x coordinate of the center dot; default is `12`\n- **`show`** _(Boolean)_ - Visibility, whether the whole animation view is displayed or not; default is `true`\n\n## Acknowledgements\n\n[Adrian Carolli](https://github.com/watadarkstar) ([react-native-typing-animation](https://github.com/watadarkstar/react-native-typing-animation)) inspired me to create this project.\n\n## License\n\n- [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgapur%2Freact-native-dot-typing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgapur%2Freact-native-dot-typing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgapur%2Freact-native-dot-typing/lists"}