Browse Source

Update README.md

Artal Druk 8 years ago
parent
commit
93160eeb31
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -284,6 +284,7 @@ Push a new screen into this screen's navigation stack.
284 284
 this.props.navigator.push({
285 285
   screen: 'example.ScreenThree', // unique ID registered with Navigation.registerScreen
286 286
   title: undefined, // navigation bar title of the pushed screen (optional)
287
+  titleImage: undefined, //navigation bar title image instead of the title text of the pushed screen (optional)
287 288
   passProps: {}, // simple serializable object that will pass as props to the pushed screen (optional)
288 289
   animated: true, // does the push have transition animation or does it happen immediately (optional)
289 290
   backButtonTitle: undefined, // override the back button title (optional)