diff --git a/src/data/roadmaps/react-native/content/104-core-components/100-text.md b/src/data/roadmaps/react-native/content/104-core-components/100-text.md index 58d26ffbd..6d6841c10 100644 --- a/src/data/roadmaps/react-native/content/104-core-components/100-text.md +++ b/src/data/roadmaps/react-native/content/104-core-components/100-text.md @@ -36,4 +36,8 @@ const styles = StyleSheet.create({ export default SimpleText; ``` -In this example, we create a `Text` element with some text content, apply styling, limit it to two lines, and add an `onPress` event. \ No newline at end of file +In this example, we create a `Text` element with some text content, apply styling, limit it to two lines, and add an `onPress` event. + +Visit the following resources to learn more: + +- [Text - React Native](https://reactnative.dev/docs/text)