Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to make dynamic title for screen in react native

 componentDidMount() {
   this.props.navigation.setOptions({
     title: `Your Updated Title`,
   })
 }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #dynamic #title #screen #react #native
ADD COMMENT
Topic
Name
5+7 =