It's easy to style the nested text in React Native.
# Yarn yarn add @ahiho/react-native-attributed-text # NPM npm install @ahiho/react-native-attributed-textimport AttributedText from "@ahiho/react-native-attributed-text"; // ... <AttributedText style={{ textAlign: 'center', }} annotationProps={{ link: { style: { fontWeight: 'bold', color: 'orange', }, onPress: () => { console.log('Welcome to Ahiho! Visit https://ahiho.com') }, }, }} > Welcome to [[link]:[Ahiho!]] </AttributedText>Let's check the example for more advance used with i18n translation.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
