From 91e5eef5f990ebc339b295779f64a3d5d2362b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBuk?= Date: Wed, 29 May 2024 17:12:06 +0200 Subject: [PATCH] docs: fix type in library name --- versioned_docs/version-6.x/limitations.md | 2 +- versioned_docs/version-7.x/limitations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/versioned_docs/version-7.x/limitations.md b/versioned_docs/version-7.x/limitations.md index 8ef876a59ff..0958770e95f 100755 --- a/versioned_docs/version-7.x/limitations.md +++ b/versioned_docs/version-7.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