From 137e7b032c74d9dcf7e26a3a86d2f40a8d25c799 Mon Sep 17 00:00:00 2001 From: Luong Dang Hai Date: Sat, 29 Jul 2017 09:44:03 +0300 Subject: [PATCH] Update readme for title Image on top bar --- docs/top-level-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/top-level-api.md b/docs/top-level-api.md index e36f0509811..28100baf12d 100644 --- a/docs/top-level-api.md +++ b/docs/top-level-api.md @@ -37,6 +37,7 @@ Navigation.startTabBasedApp({ right: 0 // optional, default is 0. }, title: 'Screen One', // title of the screen as appears in the nav bar (optional) + titleImage: require('../img/titleImage.png'), // iOS only. navigation bar title image instead of the title text of the pushed screen (optional) navigatorStyle: {}, // override the navigator style for the tab screen, see "Styling the navigator" below (optional), navigatorButtons: {} // override the nav buttons for the tab screen, see "Adding buttons to the navigator" below (optional) },