Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahiho/react-native-attributed-text
It's easy to style the nested text in React Native.
https://github.com/ahiho/react-native-attributed-text
attributed-text attributedtext i18next nested-text react-native react-native-text
Last synced: 3 months ago
JSON representation
It's easy to style the nested text in React Native.
- Host: GitHub
- URL: https://github.com/ahiho/react-native-attributed-text
- Owner: ahiho
- License: mit
- Created: 2020-09-07T17:35:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T06:40:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T23:35:25.159Z (4 months ago)
- Topics: attributed-text, attributedtext, i18next, nested-text, react-native, react-native-text
- Language: Java
- Homepage:
- Size: 463 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @ahiho/react-native-attributed-text
It's easy to style the nested text in React Native.
![Ahiho Attributed Text](./docs/images/ahiho-attributed-text.png "Ahiho Attributed Text")
## Installation
```sh
# Yarn
yarn add @ahiho/react-native-attributed-text
# NPM
npm install @ahiho/react-native-attributed-text
```## Usage
```js
import AttributedText from "@ahiho/react-native-attributed-text";// ...
{
console.log('Welcome to Ahiho! Visit https://ahiho.com')
},
},
}}
>
Welcome to [[link]:[Ahiho!]]```
Let's check the [example](https://github.com/ahiho/react-native-attributed-text/tree/master/example) for more advance used with i18n translation.
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT