Fix crash on planex group screen open

这个提交包含在:
Arnaud Vergnet 2020-08-06 14:01:28 +02:00
父节点 ee9e225dae
当前提交 98770611ff

查看文件

@ -97,7 +97,7 @@ class GroupSelectionScreen extends React.Component<PropsType, StateType> {
* Creates the header content
*/
componentDidMount() {
const [navigation] = this.props;
const {navigation} = this.props;
navigation.setOptions({
headerTitle: this.getSearchBar,
headerBackTitleVisible: false,