Skip to content

Commit 625f420

Browse files
committed
move group
1 parent 0c69bc0 commit 625f420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/navigator-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ type NavigatorConfigProps = {
220220
rightTitle: string;
221221
rightImage: Image;
222222
rightButtons: Array<Button>;
223-
leftTitle: string;
224-
leftImage: Image;
225223
leftButtons: Array<Button>;
226224
screenColor: Color;
227225
hidden: boolean;
@@ -237,6 +235,8 @@ type NavigatorConfigProps = {
237235
titleFontSize: number;
238236
subtitleFontName: string;
239237
subtitleFontSize: number;
238+
leftTitle: string;
239+
leftImage: Image;
240240

241241
// android-only-but-should-share
242242
navIcon: Image;

0 commit comments

Comments
 (0)