Skip to content

Commit 698e78f

Browse files
authored
add missing Android RTL manifest attribute to docs (#6984)
It's not clear when using `rtl` feature that in android, projects that want RTL support should declare that (`android:supportsRtl="true"`) in the `AndroidManifest.xml`, like in the playground. Updated the docs about this note. Closes #6974.
1 parent e3922ba commit 698e78f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/versioned_docs/version-7.11.0/api/options-layout.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Set language direction, only works with DefaultOptions. `locale` is an Android s
5656
| ---------------------------- | -------- | -------- |
5757
| enum('rtl', 'ltr', 'locale') | No | Both |
5858

59+
On Android make sure your AndroidManifest.xml has this attribute: `android:supportsRtl="true"`.
60+
5961
### `autoHideHomeIndicator`
6062

6163
Controls the application's preferred home indicator auto-hiding.

0 commit comments

Comments
 (0)