mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
BugFix: Title should be from scene.route.title
Summary: Its a minor Bug fix for rendering Title in NavigationHeader Closes https://github.com/facebook/react-native/pull/8437 Differential Revision: D3507319 Pulled By: ericvicenti fbshipit-source-id: ff4aa36be3c4991be11aabecbaad952c015a60e2
This commit is contained in:
committed by
Facebook Github Bot 9
parent
7d3fbbdb68
commit
730619dabf
@@ -23,6 +23,7 @@ export type NavigationGestureDirection = 'horizontal' | 'vertical';
|
||||
|
||||
export type NavigationRoute = {
|
||||
key: string,
|
||||
title?: string
|
||||
};
|
||||
|
||||
export type NavigationState = {
|
||||
|
||||
Reference in New Issue
Block a user