react-navigation / web

Tools for react-navigation on web browsers and servers
https://reactnavigation.org
MIT License
94 stars 28 forks source link

only set document title if truthy value provided #14

Closed chunghe closed 5 years ago

chunghe commented 5 years ago

That's say html template already provides document.title.

If user just want to use the document.title defined in the html template, he can choose not to set opts.title or opts.headerTitle. The current implementation will set undefined as document title.