Skip to content

Commit 8009f8c

Browse files
committed
fix reversed prop values in guide for lib authors
1 parent 8323760 commit 8009f8c

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
@@ -582,11 +582,11 @@ If `backButtonUseModernImplementation` is set to `false`, this prop is used only
582582

583583
### `backButtonUseModernImplementation` (iOS only)
584584

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

587-
Uses previous implementation of native back button configuration.
587+
Uses new implementation of native back button configuration.
588588

589-
Default is `true`.
589+
Default is `false`.
590590

591591
### `headerLeftBarButtonItems` / `headerRightBarButtonsItems` (iOS only)
592592

0 commit comments

Comments
 (0)