add resource link for React Native Text component (#5773)

* add resource link for React Native Text component

---------

Co-authored-by: Ruslan Semagin <pixel.365.24@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
Co-authored-by: Ruslan Semagin <53819609+pixel365@users.noreply.github.com>
Co-authored-by: Suman Kisku <sumankisku1@gmail.com>
pull/5781/head
Juan Gerardo Eulufi Salazar 5 months ago committed by GitHub
parent 4c615f85e5
commit 92996383cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      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.
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)

Loading…
Cancel
Save