From 4a2130d7d07430d6c49df9745f91ecc2d8d2d777 Mon Sep 17 00:00:00 2001 From: Juan Gerardo Eulufi Salazar Date: Fri, 31 May 2024 05:53:17 -0400 Subject: [PATCH] add resource link for React Native Text component (#5773) * add resource link for React Native Text component --------- Co-authored-by: Ruslan Semagin Co-authored-by: dsh Co-authored-by: Ruslan Semagin <53819609+pixel365@users.noreply.github.com> Co-authored-by: Suman Kisku --- .../react-native/content/104-core-components/100-text.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)