Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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