From 7f283449ad86d277c1bd91256d3061657e3b4d46 Mon Sep 17 00:00:00 2001 From: ArianHamdi <59548833+ArianHamdi@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:40:29 +0330 Subject: [PATCH] fix: react-native-navigation label --- versioned_docs/version-6.x/limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/limitations.md b/versioned_docs/version-6.x/limitations.md index 8ef876a59ff..0958770e95f 100755 --- a/versioned_docs/version-6.x/limitations.md +++ b/versioned_docs/version-6.x/limitations.md @@ -4,7 +4,7 @@ title: Limitations sidebar_label: Limitations --- -As a potential user of the library, it's important to know what you can and cannot do with it. Armed with this knowledge, you may choose to adopt a different library such as [`react-native=navigation`](https://github.com/wix/react-native-navigation) instead. We discuss the high level design decisions in the [pitch & anti-pitch](pitch.md) section, and here we will cover some of the use cases that are either not supported or are so difficult to do that they may as well be impossible. If any of the following limitations are dealbreakers for your app, React Navigation might not be for you. +As a potential user of the library, it's important to know what you can and cannot do with it. Armed with this knowledge, you may choose to adopt a different library such as [`react-native-navigation`](https://github.com/wix/react-native-navigation) instead. We discuss the high level design decisions in the [pitch & anti-pitch](pitch.md) section, and here we will cover some of the use cases that are either not supported or are so difficult to do that they may as well be impossible. If any of the following limitations are dealbreakers for your app, React Navigation might not be for you. ## Limited right-to-left (RTL) layout support