We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c69bc0 commit 625f420Copy full SHA for 625f420
docs/api/navigator-config.md
@@ -220,8 +220,6 @@ type NavigatorConfigProps = {
220
rightTitle: string;
221
rightImage: Image;
222
rightButtons: Array<Button>;
223
- leftTitle: string;
224
- leftImage: Image;
225
leftButtons: Array<Button>;
226
screenColor: Color;
227
hidden: boolean;
@@ -237,6 +235,8 @@ type NavigatorConfigProps = {
237
235
titleFontSize: number;
238
236
subtitleFontName: string;
239
subtitleFontSize: number;
+ leftTitle: string;
+ leftImage: Image;
240
241
// android-only-but-should-share
242
navIcon: Image;
0 commit comments