react native updating options with setoptions code example Example: react native updating options with setoptions /* Inside of render() of React class */ navigation.setOptions({ title: 'Updated!' })} />