Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/articles/guides/configure-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide will help you to configure the app to navigate between screens. UI Ki

Let's start with installing React Navigation and it's required dependencies.

Please refer to the [official documentation](https://reactnavigation.org/docs/en/getting-started.html) to complete this step, since it may differ for Expo and Bare React Native projects.
Please refer to the [official documentation](https://reactnavigation.org/docs/getting-started/) to complete this step, since it may differ for Expo and Bare React Native projects.

<hr>

Expand Down Expand Up @@ -174,6 +174,6 @@ in other navigation libraries like React Native Navigation by Wix. By default, U

## Conclusion

In this guide, we used React Navigation library to configure routing within React Native app. Consider reading the <a href="https://reactnavigation.org/docs/en/getting-started.html" target="_blank">documentation</a> to become more familiar with it as it is most popular solution in the React world.
In this guide, we used React Navigation library to configure routing within React Native app. Consider reading the <a href="https://reactnavigation.org/docs/getting-started/" target="_blank">documentation</a> to become more familiar with it as it is most popular solution in the React world.

By moving to the [next guide](guides/runtime-theming), you will learn how to change theme in runtime using UI Kitten.