Skip to content

Commit 2e4f3b6

Browse files
committed
fix reversed prop values in guide for lib authors
1 parent cf186b4 commit 2e4f3b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/GUIDE_FOR_LIBRARY_AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,11 +580,11 @@ If `backButtonUseModernImplementation` is set to `false`, this prop is used only
580580

581581
### `backButtonUseModernImplementation` (iOS only)
582582

583-
Used for backward compatibility only. Setting this prop to `false` is recommended.
583+
Used for backward compatibility only. Setting this prop to `true` is recommended.
584584

585-
Uses previous implementation of native back button configuration.
585+
Uses new implementation of native back button configuration.
586586

587-
Default is `true`.
587+
Default is `false`.
588588

589589
### `headerLeftBarButtonItems` / `headerRightBarButtonsItems` (iOS only)
590590

0 commit comments

Comments
 (0)