{"id":21519673,"url":"https://github.com/ahiho/react-native-attributed-text","last_synced_at":"2025-04-09T22:10:18.944Z","repository":{"id":42479212,"uuid":"293592297","full_name":"ahiho/react-native-attributed-text","owner":"ahiho","description":"It's easy to style the nested text in React Native.","archived":false,"fork":false,"pushed_at":"2022-04-04T06:40:04.000Z","size":474,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-10T23:35:25.159Z","etag":null,"topics":["attributed-text","attributedtext","i18next","nested-text","react-native","react-native-text"],"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/ahiho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-07T17:35:18.000Z","updated_at":"2024-07-13T10:42:06.000Z","dependencies_parsed_at":"2022-08-19T07:51:52.429Z","dependency_job_id":null,"html_url":"https://github.com/ahiho/react-native-attributed-text","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahiho%2Freact-native-attributed-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahiho%2Freact-native-attributed-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahiho%2Freact-native-attributed-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahiho%2Freact-native-attributed-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahiho","download_url":"https://codeload.github.com/ahiho/react-native-attributed-text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119294,"owners_count":21050755,"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":["attributed-text","attributedtext","i18next","nested-text","react-native","react-native-text"],"created_at":"2024-11-24T00:59:49.912Z","updated_at":"2025-04-09T22:10:18.919Z","avatar_url":"https://github.com/ahiho.png","language":"Java","readme":"# @ahiho/react-native-attributed-text\n\nIt's easy to style the nested text in React Native.\n\n![Ahiho Attributed Text](./docs/images/ahiho-attributed-text.png \"Ahiho Attributed Text\")\n\n## Installation\n\n```sh\n# Yarn\nyarn add @ahiho/react-native-attributed-text\n# NPM\nnpm install @ahiho/react-native-attributed-text\n```\n\n## Usage\n\n```js\nimport AttributedText from \"@ahiho/react-native-attributed-text\";\n\n// ...\n\n\u003cAttributedText\n  style={{\n    textAlign: 'center',\n  }}\n  annotationProps={{\n    link: {\n      style: {\n        fontWeight: 'bold',\n        color: 'orange',\n      },\n      onPress: () =\u003e {\n        console.log('Welcome to Ahiho! Visit https://ahiho.com')\n      },\n    },\n  }}\n\u003e\n  Welcome to [[link]:[Ahiho!]]\n\u003c/AttributedText\u003e\n```\n\nLet's check the [example](https://github.com/ahiho/react-native-attributed-text/tree/master/example) for more advance used with i18n translation.\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahiho%2Freact-native-attributed-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahiho%2Freact-native-attributed-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahiho%2Freact-native-attributed-text/lists"}