Procházet zdrojové kódy

Update readme for title Image on top bar (#1599)

Luong Dang Hai před 7 roky
rodič
revize
c680db472d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      docs/top-level-api.md

+ 1
- 0
docs/top-level-api.md Zobrazit soubor

37
         right: 0 // optional, default is 0.
37
         right: 0 // optional, default is 0.
38
       },
38
       },
39
       title: 'Screen One', // title of the screen as appears in the nav bar (optional)
39
       title: 'Screen One', // title of the screen as appears in the nav bar (optional)
40
+      titleImage: require('../img/titleImage.png'), // iOS only. navigation bar title image instead of the title text of the pushed screen (optional)
40
       navigatorStyle: {}, // override the navigator style for the tab screen, see "Styling the navigator" below (optional),
41
       navigatorStyle: {}, // override the navigator style for the tab screen, see "Styling the navigator" below (optional),
41
       navigatorButtons: {} // override the nav buttons for the tab screen, see "Adding buttons to the navigator" below (optional)
42
       navigatorButtons: {} // override the nav buttons for the tab screen, see "Adding buttons to the navigator" below (optional)
42
     },
43
     },