Fixed crash
這個提交存在於:
父節點
65eb4dd77b
當前提交
b83b142942
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
|
@ -99,7 +99,7 @@ class ProxiwashScreen extends React.Component<Props, State> {
|
||||||
*/
|
*/
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
this.props.navigation.setOptions({
|
this.props.navigation.setOptions({
|
||||||
headerRight:
|
headerRight: () =>
|
||||||
<MaterialHeaderButtons>
|
<MaterialHeaderButtons>
|
||||||
<Item title="information" iconName="information" onPress={this.onAboutPress}/>
|
<Item title="information" iconName="information" onPress={this.onAboutPress}/>
|
||||||
</MaterialHeaderButtons>,
|
</MaterialHeaderButtons>,
|
||||||
|
|
|
||||||
載入中…
新增問題並參考