Skip to content

Commit d66e1b0

Browse files
authored
Corrected images Url (#1466)
1 parent 65dd96d commit d66e1b0

File tree

1 file changed

+2
-2
lines changed
  • content/react/concepts/react-native/terms/components

1 file changed

+2
-2
lines changed

content/react/concepts/react-native/terms/components/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CatalogContent:
1818

1919
Represented as small, rectangular, and oftentimes nestable elements, views can display text, media, and respond to user input. React Native invokes views in their native environment with JavaScript.
2020

21-
![React Native to Native UI Representation](https://github.com/Codecademy/docs/tree/main/media/react_native_UI_Views.png)
21+
![React Native to Native UI Representation](https://raw.githubusercontent.com/Codecademy/docs/main/media/react_native_UI_Views.png)
2222

2323
## Native Components
2424

@@ -40,7 +40,7 @@ React Native offers a set of essential, ready-to-use native components called co
4040

4141
Components can also be custom-built; there’s a big ecosystem of these community-built components that can be accessed on the [Native Directory](https://reactnative.directory/).
4242

43-
![React and React Native Components](https://github.com/Codecademy/docs/tree/main/media/react_react_native_components.png)
43+
![React and React Native Components](https://raw.githubusercontent.com/Codecademy/docs/main/media/react_react_native_components.png)
4444

4545
### Examples
4646

0 commit comments

Comments
 (0)